Forum Discussion
Altera_Forum
Honored Contributor
8 years agoWhat does usedw count in FIFO that has different input and output widths?
It is possible to have DCFIFO that has 16 bit input port and 32 bit output port and also reverse! What does the usedw signal count in these scenarios? Does it count how many 16 bit words it has st...
Altera_Forum
Honored Contributor
8 years agoThe SCFIFO core doesn't support mixed width as far as I can tell.
The DCFIFO does however, but that has separate read and write used word signals (wrusedw and rdusedw). So they will represent the width of the respective ports.