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:
committed by
Olof Kindgren
parent
d90030b955
commit
61c8a6b886
10
data/arty_a7_35t.xdc
Normal file
10
data/arty_a7_35t.xdc
Normal 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];
|
||||
Reference in New Issue
Block a user