added a buffer to the reset pd on req lines
This commit is contained in:
parent
6b0eff672c
commit
905adaad48
@ -891,7 +891,7 @@ defproc decoder_2d_hybrid (avMx1of2<NxC+NyC> in; bool! out_req_x[Nx], out_req_y[
|
||||
TIEHI_X1 tiehi(.vdd = supply.vdd, .vss = supply.vss);
|
||||
|
||||
A_2N_U_X4 pull_down(.n1=in, .n2 = tiehi.y, .y=out);
|
||||
A_1N_U_X4 pull_downR(.n1=inv.y, .y=out);
|
||||
A_2N_U_X4 pull_downR(.n1=inv.y, .n2 = tiehi.y, .y=out);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user