axi icon indicating copy to clipboard operation
axi copied to clipboard

about the full_o of IDcounter

Open hdu-lpl opened this issue 3 years ago • 1 comments

Regarding the full_o of IDcounter, why is full_o set to 1 when the count value of any ID is full, and the counter no longer counts,what is the reason for this?

hdu-lpl avatar Jun 30 '22 07:06 hdu-lpl

Thanks for your question, @hdu-lpl.

Your observation is correct: axi_demux_id_counters currently indicates itself as full when the count value for any ID has reached the maximum. This is because there is no input to "ask" axi_demux_id_counters which ID would be relevant for determining the full state.

The counter can be increased on both the push_ and the inject_ inputs; one option would be to have a full output associated with each of them.

andreaskurth avatar Jul 06 '22 10:07 andreaskurth