1
0
mirror of https://github.com/olofk/serv.git synced 2026-04-27 04:38:43 +00:00

add arty_a7_35t support

This commit is contained in:
Gwenhael Goavec-Merou
2019-11-10 17:39:17 +01:00
committed by Olof Kindgren
parent d90030b955
commit 61c8a6b886
3 changed files with 32 additions and 1 deletions

10
data/arty_a7_35t.xdc Normal file
View File

@@ -0,0 +1,10 @@
set_property -dict {PACKAGE_PIN E3 IOSTANDARD LVCMOS33 } [get_ports i_clk];
set_property -dict {PACKAGE_PIN D10 IOSTANDARD LVCMOS33 } [get_ports q]
#set_property -dict {PACKAGE_PIN H5 IOSTANDARD LVCMOS33 } [get_ports q]
set_property CFGBVS VCCO [current_design]
set_property CONFIG_VOLTAGE 3.3 [current_design]
create_clock -add -name sys_clk_pin -period 10.00 -waveform {0 5} [get_ports i_clk];