axi
axi copied to clipboard
about the full_o of IDcounter
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?
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.