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 agoOk thank you RYSC for your quick reply.
I have this constraint as set_false_path -from [get_ports {mgmt_reset}] And even then i have failing recovery paths, however when i assign a virtual pin to this port the design passes recovery analysis. But i am not sure whether such a work around is acceptable or not.