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.
17268 Discussions

Can We Specify Cut Timing Path Along With The Code?

Altera_Forum
Honored Contributor II
1,149 Views

Hello, 

 

I have a toggle synchronizer like below and want to exclude the domain crossing register transfer ce_t1 <= ce_toggle from timing analysis. is there any way to do it automatically, e.g. by a synthesis attribute or a script, without picking up individual code instances after synthesis? 

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
422 Views

Something like 

attribute altera_attribute : string; attribute altera_attribute of rtl : architecture is "-name SDC_STATEMENT ""set_false_path -to "";" & "-name SDC_STATEMENT ""set_false_path -to """;
0 Kudos
Reply