Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCan We Specify Cut Timing Path Along With The Code?
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. b...
Altera_Forum
Honored Contributor
8 years agoSomething 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 """;