Altera_Forum
Honored Contributor
9 years agoAvalon Timing for onchip memory
Hey All,
I'm working off the Cyclone V GT dev kit, and trying to modify the PCIe dma example design that uses on chip dual port ram. I'm writing a module that will interface with an external source and act as an Avalon master to write to the dual port ram. The trouble I'm having is I can't find a timing diagram for the avalon slave interface of the On-Chip Memory (altera_avalon_onchip_memory2 in Qsys.) Specifically, the slave interface does not include a waitrequest signal or any of the burst write signals. The latency can be set with the Qsys editor to 1 or 2, but I'm not sure that is enough detail to implement the master side of the interface. I suppose the clock enable could be used as an on/off switch between writes, but I'm hoping there is a faster option, similar to burst writing. I imagine this info or timing diagram is available somewhere, but I'm unable to locate it. So the boiled down version of the question is: What is the Avalon memory mapped timing for the on chip memory? Thanks