Forum Discussion
Altera_Forum
Honored Contributor
12 years agoYou mention the MCU requiring the data to be presented for another clock cycle - is that right? If so, it's not timing constraints that's the problem - it'll be the logic.
You will need to configure your MCU in a way as to postponing changing the RAM address and read selects for an additional clock cycle. If it was a Nios processor, external peripherals can be configured to add 'wait states' while the peripheral gets the data ready. Is that not what you need?