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

Constraints -> how to verify before running the whole flow?

ldm_as
新手
873 次查看

How can I verify my constraints (SDC+Pins+others) before running the whole implementation flow?

0 项奖励
1 回复
sstrell
名誉分销商 III
764 次查看

Timing constraints can be verified by going through synthesis (standard edition) or the plan stage (pro edition) and then creating a netlist in the timing analyzer based on that stage of compilation. Then you'd generate timing reports as usual, though note that the results should not be used as final timing numbers due to further optimizations that may be performed by the Fitter.

 

For pins, you can run an I/O Assignment Analysis from the Processing menu at any time. It will run the Fitter enough to get to the point where the I/O is analyzed without going through a full fit.

 

#iwork4intel

0 项奖励
回复