added comments

This commit is contained in:
alexmadison 2022-03-31 15:24:51 +02:00
parent f1ae79cd5a
commit 6ecee7f0c7
1 changed files with 4 additions and 4 deletions

View File

@ -243,10 +243,10 @@ defproc decoder_2d_hs (avMx1of2<NxC+NyC> in; a1of1 out[Nx*Ny]; bool? reset_B; po
_ortree.in[i] = out_ack_invs[i].y;
)
// NEED TO ADD C EL
// SUCH THAT ACK IS LOWERED ONLY WHEN
// VAL IS LOWERED TOO
// i.e. buffer.out.a = Cel(ortree_ack, valid)
// C element to ensure that the buffer receives an invalid
// _only_ once _both_ ackB has been reset, _and_ its output data
// has been fully invalidated.
// Otherwise run into the issue that ack is removed before data is invalid.
A_2C_B_X1 buf_ack_Cel(.c1 = _ortree.out, .c2 = valid_Cel.y, .y = addr_buf.out.a,
.vdd = supply.vdd, .vss = supply.vss);