Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Maybe you have registered input and output?
2 clock cycles is better for timing constraints (throughput is about the same during bursts) if signals have to travel a lot into chip for high frequency designs. - Altera_Forum
Honored Contributor
You can see in the picture that you posted that the RAM is configured with both the inputs and outputs registered (see the little flip-flop symbols driven by the clock). This explains your 2-clock delay. I believe the input registers are always there, but the output registers are optional. Walk through the settings in the Megawizard and you should see a check box that will allow you to eliminate the output registers.
- Altera_Forum
Honored Contributor
Thank you flz47655, and rsefton. It works now!