Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTo build a FIFO using SRAM
Hi, I would like to build a DCFIFO using a SRAM chip on DE2-115. Any idea on where i should start? I know SRAM reads and writes on a different clock cycle as the dataIn and dataOut share t...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Answering my own question... Back to Back means the second data is write to the SRAM right after the first data is wrote to the SRAM. .. i think --- Quote End --- Yes, that is correct. The back-to-back writes still have to satisfy the 0ns setup and hold timing requirements, so you still need to have a clock with write enable high at either end of the write, i.e., two clocks with write enable high between back-to-back writes. Cheers, Dave