Forum Discussion
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 pe...
Altera_Forum
Honored Contributor
16 years agoThanks,
the problem was in my wrapper for the altsyncram. Where the core is instantiated , I changed the "outdata_reg_a" to "UNREGISTERED" and now it works, there's only one clock cycle latency before data output is valid. Thanks again, problem solved!Jiayi_H_Intel
Occasional Contributor
7 years agoThanks. This answer solved the same problem in my design.