Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe FPGA's internal RAM can only be generated with separate input and output buses. You can't generate one with a bi-directional data bus.
You'll have to wrap your RAM with some logic that determines when to: a) read the RAM's output bus and drive it to the Micro and b) when to tri-state the FPGA's pins and drive the data received from the Micro into the RAM via the input bus. Cheers, Alex