Altera_Forum
Honored Contributor
9 years agoDE2-70 SRAM timing question
Hi
First off, I'm fairly new to FPGA programming, so I apologise in advance for any obvious questions, and thank you for your patience. So I'm currently trying to design a processor that makes extensive use of a cache that interfaces with some form of main memory, my choice for this memory is the SSRAM on the perscribed DE2-70 board via their pins. I'm aware that interfacing with main memory can result in significant delay, and I was wondering if there's anyway to generate a flag that gets set when the write/read operation finishes? Or is there a set read delay and write delay associated with the chip, in which case I can just stall until that specific number of cycles have passed? I've been looking for a while, but I couldn't find any information pertaining to this problem. Thanks