mirror of
https://github.com/olofk/serv.git
synced 2026-01-25 19:36:16 +00:00
Add nexys a7 support
This commit is contained in:
4
data/nexys_a7.xdc
Normal file
4
data/nexys_a7.xdc
Normal file
@@ -0,0 +1,4 @@
|
||||
set_property -dict {PACKAGE_PIN E3 IOSTANDARD LVCMOS33 } [get_ports i_clk];
|
||||
set_property -dict {PACKAGE_PIN D4 IOSTANDARD LVCMOS33 } [get_ports q]
|
||||
|
||||
create_clock -add -name sys_clk_pin -period 10.00 -waveform {0 5} [get_ports i_clk];
|
||||
Reference in New Issue
Block a user