zc706_constr: Move the sys_rst related constraint definition to zc706_system_mig_constr.xdc
parent
1d6ea64d04
commit
59e610be09
|
@ -1,8 +1,6 @@
|
|||
|
||||
# constraints
|
||||
|
||||
set_property -dict {PACKAGE_PIN A8 IOSTANDARD LVCMOS15} [get_ports sys_rst]
|
||||
|
||||
# hdmi
|
||||
|
||||
set_property -dict {PACKAGE_PIN P28 IOSTANDARD LVCMOS25} [get_ports hdmi_out_clk]
|
||||
|
|
|
@ -6,3 +6,5 @@ set_property -dict {PACKAGE_PIN G9 IOSTANDARD LVDS} [get_ports sys_clk_n]
|
|||
|
||||
create_clock -name sys_clk -period 5.00 [get_ports sys_clk_p]
|
||||
|
||||
set_property -dict {PACKAGE_PIN A8 IOSTANDARD LVCMOS15} [get_ports sys_rst]
|
||||
|
||||
|
|
Loading…
Reference in New Issue