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

[TimeQuest] false paths to/from/inside an hierarchy -> how to?

Altera_Forum
Honored Contributor II
1,067 Views

Hi All, 

 

As for the TimeQuest, how can I put a false path for all the signals coming to/from a specific hierarchy and also for the signals inside of the hierarchy?  

 

Thank you
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
397 Views

set_false_path -to {*entity:inst|*} 

set_false_path -from {*entity:inst|*} 

Change the wildcarding as appropriate.
0 Kudos
Altera_Forum
Honored Contributor II
397 Views

Thanks! Thanks! Thanks!

0 Kudos
Altera_Forum
Honored Contributor II
397 Views

Would these commands also apply false paths between flops inside of the hierarchy?

0 Kudos
Altera_Forum
Honored Contributor II
397 Views

This would ONLY apply between flops, as that is all that is timed (except IO pins).  

What are you trying to cut? you realise that false paths basically just set an ignore list for timequest. You should be careful with false paths and ensure there really is no timing relationship between the two flops.
0 Kudos
Reply