Forum Discussion
Altera_Forum
Honored Contributor
8 years agoNo Fmax for memory
I tried to synthesise following code (straight from Altera manual for inferring RAM) to gauge the M20K performance. It compiles fine and I see from the .pin reports that all the inputs/outputs ...
Altera_Forum
Honored Contributor
8 years agoThat's because it can only time from register to register. Your design only has a single output register. You need to register the d and we inputs to get an fmax report.