Forum Discussion
sstrell
Super Contributor
1 year agoYou have the output of the synchronizer connected to the rdclk and wrclk inputs of 2 FIFOs. Is that intentional? If so, that is considered a clock and needs a create_generated_clock constraint.
- PonPon1 year ago
New Contributor
Yes, I want the output of the synchronizer to be rdclk and wrclk of 2 FIFOs.
If I want to do this, how to correctly constraint this signal with create_generate_clock command?