Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe frequencies I want to reach are: 200 MHz (CLK) and 280 MHz (CLK2). Fmax from Timequest are: 359.07 MHz (CLK) and 429.74 MHz (CLK2). I use a SDC file in Quartus where I set the time constrains: 4 ns for CLK and 3 ns for CLK2.
create_clock -period 4 -name clk [get_ports clk] create_clock -period 3 -name clk2 [get_ports clk2] derive_clock_uncertainty