added a buffer to the reset pd on req lines

This commit is contained in:
alexmadison 2022-06-23 17:53:07 +02:00
parent 6b0eff672c
commit 905adaad48
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}