Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- 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). --- Quote End --- Thank you, FvM! Since we set the MegaFunction to be registered for the output, I messed around with the clock's frequency in simulations and realized it was doing just what you were describing. I imagine once I can test it on hardware everything will be set. Thanks again!