host
Occasional Contributor
3 years agoSimilar frequency clocks
My design has 2 clock domains defined as follows with the same waveform: create_clock -name clk_a -period 1.0 [get_ports clk_a] create_clock -name clk_b -period 1.0 [get_ports clk_a]
The 2 clocks...