Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to synchronize reset signal without using synthronizers , through quartus setting
Hi All, I have a reset pin (which is not the system reset but reset to few registers) in my design which i know will be synchronized in a wrapper file. But in my top since its not synchroniz...
Altera_Forum
Honored Contributor
14 years agoIt's not a Quartus level switch, but a set_false_path in your .sdc that does this:
set_false_path -to [get_keepers {synchronized_register}] (You could do it -from the reset pin, or use both -from and -to to be more exact).