Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

cyclone III slow memory

Altera_Forum
Honored Contributor II
1,219 Views

I created a simple project with only a m9k memory block to help trouble shoot my larger project. The memory block is set up so that read and write clocks are seperate. All inputs are registered but the output is not. Modelsim was used to simulate the project at gate level. The fastest read operation that gave a valid output was 50Mhz. The output is 8 bits. The fastest write operation was 25Mhz that gave a valid result. Documentation shows 275Mhz as the maximum rate for the cyclone III I7.

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
507 Views

I do read and write operations on CIII at 100MHz without any problems. And I'm very far from the max frequency it supports. 

 

So check your simulation something is wrong.
0 Kudos
Altera_Forum
Honored Contributor II
507 Views

I found that I had changed the clock frequency in the test bench but not in the ALTPLL. So you were right there was some conflict in the simulation. I was able to get it operate at 274Mhz in simulation internally, but there was a delay in addressing to output of 9.7 ns and the output at the pins could not operate that fast.

0 Kudos
Reply