Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17267 Discussions

Timing Closure issue in Stratix V

Altera_Forum
Honored Contributor II
1,227 Views

Hi, 

I am compiling a basic NIOS system consisting of ITCM and DTCM ports. The target device is Stratix V. Its difficult to close timings with the NIOS sub system. Clock is 245.76 MHz.  

 

The following optimization and synthesis settings are used. 

 

set_global_assignment -name SMART_RECOMPILE ON 

set_global_assignment -name OPTIMIZATION_TECHNIQUE SPEED 

set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC ON 

set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_DUPLICATION ON 

set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_RETIMING ON 

set_global_assignment -name ROUTER_LCELL_INSERTION_AND_LOGIC_DUPLICATION ON 

set_global_assignment -name ROUTER_TIMING_OPTIMIZATION_LEVEL MAXIMUM 

set_global_assignment -name AUTO_PACKED_REGISTERS_STRATIXII NORMAL 

set_global_assignment -name FITTER_EFFORT "STANDARD FIT" 

 

The TNS is about -0.454 nsec.  

Could anyone suggest some guidelines for timing closure. Please be reminded that the tight coupling impose a restriction of a fixed one cycle read latency on the instruction and data memories. 

 

Thanks in advance,
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
466 Views

hi!! Have you tried to use the Quartus Design Space Explorer or changing the fitter seed!!

0 Kudos
Reply