Altera_Forum
Honored Contributor
16 years agoHow to remove timing check of synchronizer?
I used synchronizer chain to pass signal from different clock domain. When I run a timing simulation, the synchronizers generate X status because of setup and hold violations.
Then I realized setup/hold time of the first stage of synchronizer should be set to zero. I know I can modify the sdf file or use tcheck_set command to do this one by one. The question is there are many synchronizer in my design, is there a better way to zero-ing synchronizer setup/hold time automatically? P.S: I use Quartus II 8.0 and ModelSim SE Thanks