Altera_Forum
Honored Contributor
16 years agoAltera Simple Dual Port RAM -- Read cycle latency
Hi all,
I use in my design a altsyncram, simple dual-port RAM, generated by MegaWizard. It is 4096 words deep, with 14-bit words input, with a single clock for both Port A and B. When performing a basic read access operation, I observe a 2 clocks ticks latency. By that I mean, I assert my read_enable signal, with relevant address on the address bus, and data become available 2 clock ticks after read_enable assertion. I want it to be one clock tick only. Is it possible with that type of memory? FYI, when designing the core, under the 'Regs/Clkens', I unticked the 'Read Outputs q_a/q_b'. thanks for your help on that!