Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Doubling registering arrays will work to cross the boundary, but a FIFO would be more reliable. You'll probably fnd quartus isnt infering a RAM, its infering an ALTSHIFTTAPS megafunction, which will use RAM, because all you have is a shift register. --- Quote End --- Yeah, it was a memory block in the Altshifttaps megafunction (stratix iv) and it gave timing violations. I will use fifos instead. Thanks!