Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSo these constraints should be now correct, right?
create_clock -name rxclk1 -period 40 [get_ports {rx_clk_1}]# clock pin create_generated_clock -name virtual_rxclk1 -source [get_ports {rx_clk_1}] -divide_by 1 -multiply_by 1 -phase 180 set_input_delay -clock { virtual_rxclk1 } -max 10 [get_ports {rx_data_1[*] rx_dv_1}] set_input_delay -clock { virtual_rxclk1 } -min -10 [get_ports {rx_data_1[*] rx_dv_1}] Thanks again for the help!