m2k: standalone, added explicit fclk_clk0 and fclk_clk1 constraints

main
Adrian Costina 2017-02-13 12:02:59 +02:00
parent 4e62fb0ef3
commit e215a091b2
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ create_clock -period 10.000 -name rx_clk [get_ports rx_clk]
create_clock -period 12.500 -name trigger_clk [get_ports {trigger_bd[0]}]
create_clock -period 12.500 -name data_clk [get_ports {data_bd[0]}]
create_clock -name clk_fpga_0 -period 10 [get_pins "i_system_wrapper/system_i/sys_ps7/inst/PS7_i/FCLKCLK[0]"]
create_clock -name clk_fpga_1 -period 5 [get_pins "i_system_wrapper/system_i/sys_ps7/inst/PS7_i/FCLKCLK[1]"]
set_input_jitter clk_fpga_0 0.3
set_input_jitter clk_fpga_1 0.15