Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe problem is that you reset the memory. No internal ram can be reset, so it cannot infer a RAM from the behaviour you have specified. So it uses logic instead (and probably takes a long time to compile)
Remove the reset code (the bit that sets all locations to 0) and try again.