Forum Discussion
PonPon
New Contributor
1 year ago2DFF synchronizer output was determined to be a clock by timing analyzer
Hello everyone, I'm the newbie in FPGA. I want to design a frequency counter, so the design will involved some CDC problem. Therefore, I used FIFO(I use the quartus fifo ip) and 2DFF synchronizer i...
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>