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

Design compiler integration

Altera_Forum
Honored Contributor II
1,228 Views

I tried to use dc with one of my designs and Altera's stratix ii gx library. 

 

I specified constraints (clock, reset wires, false paths, etc), and got it to compile. However, timing is horrible (some points have 40ns delay - probably due to fanout, but I've had the design running with a 10 ns clock when synthesized with quartus), and it appears to use almost twice as much area as quartus's netlist (assuming the area reported by dc is in LUTs). 

 

Has anyone else had experience in using dc with quartus? Did you find similar issues? Do you need to optimize post-synthesis to acheive your timing closure? 

 

Thanks, 

baver
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
261 Views

 

--- Quote Start ---  

I tried to use dc with one of my designs and Altera's stratix ii gx library. 

 

I specified constraints (clock, reset wires, false paths, etc), and got it to compile. However, timing is horrible (some points have 40ns delay - probably due to fanout, but I've had the design running with a 10 ns clock when synthesized with quartus), and it appears to use almost twice as much area as quartus's netlist (assuming the area reported by dc is in LUTs). 

 

Has anyone else had experience in using dc with quartus? Did you find similar issues? Do you need to optimize post-synthesis to acheive your timing closure? 

 

Thanks, 

baver 

--- Quote End ---  

 

 

Hi, 

 

I'm not very familar with the Synopsys DesignCompiler, but why are using the DC? 

Is it a special version for FPGA's. If not, I would expect results like yours. If you use a synthesis tool , which is not aware of the special features (e.g. DSP blocks) and the routing structure you will get worse results.
0 Kudos
Altera_Forum
Honored Contributor II
261 Views

I thought Synopsys ended all FPGA support with their Design Compiler/FPGA Compiler tools, and subsequently purchases Synplify. That being the case, I would completely avoid using those tools to target an FPGA.

0 Kudos
Altera_Forum
Honored Contributor II
261 Views

Ahh, well, that would explain the issue. Thanks all.

0 Kudos
Reply