Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIn the embedded memory blocks you will have at least registers on the input side (address) so you will always need at least one clock cycle to get the data.
Either design your CPU to compensate for the clock cycle, or try to implement the memory as registers instead. If the memory isn't too big it should fit.