Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIf you inferred the ROM from HDL code, it can be expected to behave exactly as described in the code.
If it's a ROM MegaFunction, please consider that addresses are registered on rising edge of the clock. Data output will either appear shortly after the new address takes effect (unregistered mode) after the next clock edge (registered mode). Check the MegaFunction settings for output registering.