Forum Discussion
Altera_Forum
Honored Contributor
14 years agobe aware that "after" keywords only work in simulation. They will be ignored for synthesis.
The code you currently had will create millions of latches (more than is avaiulable in any device) because of the way you are connecting to the memory. Memory in FPGAs has to be synchronous, so you will have to have a clock input and follow the templates for infering a RAM. This new code is not a controller, it is a RAM.