Altera_Forum
Honored Contributor
11 years agoConstraints for inverted clocks
The task looks simple, but I don’t know which constrain to use.
I have to output two signals (200 MHz clocks) from FPGA. First is an inversion of the second: Mem_ClkP <= Clk; Mem_ClkN <= not Clk; How to tell fitter and timequest, that these signals should arrive at external memory with phase = 180 +/- 5 degrees (5 – just for example)? Assume, that FPGA-Memory traces for both signals are equal. Thank you.