zc706_constr: Move the sys_rst related constraint definition to zc706_system_mig_constr.xdc

main
Istvan Csomortani 2014-12-17 19:07:43 +02:00
parent 1d6ea64d04
commit 59e610be09
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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]