1
0
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:
Olof Kindgren
2019-06-24 13:18:20 +02:00
parent fe9d2677ba
commit 4b371c533f
4 changed files with 83 additions and 8 deletions

4
data/nexys_a7.xdc Normal file
View 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];