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

Trouble making timing with large number of memory banks

MYank
Beginner
542 Views

I have a design that has 14 memory banks. Each bank is 64xM20K blocks.

 

There is block (MUX) that reads/writes one bank, while another block (FFT) that reads/writes another bank.

There is a 1 to 14 registered router between the blocks and memories.

 

The clock speed is 180Mhz.

I am getting setup errors on read and write inputs to this memory from the registered router.

Depending on the build, -.5ns to -1.5ns.   

 

My initial idea was to give the tool more registers between the router and memories. I double registered each of the 14 memories' input and outputs.

(The latency is not important in my design)

I did that, and when I look at final placement, all my extra registers got placed next to the router, and not somewhere half way between router and memories.

 

The router and memories are in the same vhdl file. But MUX and FFT are outside blocks.

 

Initially, the M20K usage was up to 99%. I brought it down to 82%, and I still see the same errors.

What do you recommend that I do to have my extra router registers be placed ½ way between router and memories ?

0 Kudos
4 Replies
Kenny_Tan
Moderator
355 Views
What Device that you were using? What do you mean the extra registers is not place in between the router and memories? Can you screenshot the rtl viewer vs the technology map viewer? Sometimes, retiming happened and those register might have move to inside the memories or to other places. You can also check your memory block inside in the resource property editor.
0 Kudos
sstrell
Honored Contributor III
355 Views

It would also be helpful to see your .sdc file.

 

#iwork4intel

0 Kudos
Kenny_Tan
Moderator
355 Views
Is there any update?
0 Kudos
MYank
Beginner
355 Views

I got it fixed by increasing the fitter effort.

Thanks. We can close the issue.

0 Kudos
Reply