Altera_Forum
Honored Contributor
12 years agodifferent width fifo
So i have a Dual clock FIFO with different input and output width. My input is 32bits and my output is 128. I was wondering what would happen if at some point when there is only 32, 64 or 96 bits of data in the FIFO and I issue a read command what would get out of the 128 port. is it going to be padded with zeros or is it going to repeat the last 32 bits that where entered. or is if going to make the FIFO crash and burn