Forum Discussion
ShengN_altera
Super Contributor
1 year agoHi,
May I know does your problem resolved with create_generated_clocks?
If the syncrhonizer Din and Qout clock is the same then you probably not need the clock relationship, constraint like below will do:
create_generated_clock -name <custom name> -source <input to synchronizer> <output of synchronizer>