1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-25 19:36:16 +00:00

Add zcu106 support to servant

This commit is contained in:
Olof Kindgren
2020-04-15 10:18:06 +02:00
parent 09c7d6dbbf
commit 3829d05786
4 changed files with 105 additions and 1 deletions

8
data/zcu106.xdc Normal file
View File

@@ -0,0 +1,8 @@
## Clock signal
set_property -dict { PACKAGE_PIN H9 IOSTANDARD LVDS } [get_ports i_clk_p];
set_property -dict { PACKAGE_PIN G9 IOSTANDARD LVDS } [get_ports i_clk_n];
create_clock -add -name sys_clk_pin -period 8 [get_nets i_clk];
## LED
set_property -dict { PACKAGE_PIN AL11 IOSTANDARD LVCMOS12 } [get_ports q];
set_property -dict { PACKAGE_PIN AL17 IOSTANDARD LVCMOS12 } [get_ports o_uart_tx]