1
0
mirror of https://github.com/olofk/serv.git synced 2026-02-28 08:57:48 +00:00

Added support for Trenz Electronic TE0802

This commit is contained in:
Erik Bånvik
2024-11-30 17:59:29 +01:00
committed by Olof Kindgren
parent 007f42850d
commit 7e7b453eb0
5 changed files with 122 additions and 0 deletions

22
data/te0802.xdc Normal file
View File

@@ -0,0 +1,22 @@
## Clock signal
set_property -dict { PACKAGE_PIN J3 IOSTANDARD LVCMOS18 } [get_ports i_clk];
create_clock -add -name sys_clk_pin -period 40.00 [get_ports i_clk];
## LED 0
set_property -dict { PACKAGE_PIN P1 IOSTANDARD LVCMOS18 } [get_ports o_led_0];
# PMOD A, Connector J5
# Connector pin, Package pin, PMOD type 4 UART
# 1, F8, CTS
# 2, F7, TXD
# 3, E6, RXD
# 4, E5, RTS
# 5, GND
# 6, VCC
# 7, G6,
# 8, G5,
# 9, C8,
# 10, C7,
# 11, GND
# 12, VCC
set_property -dict { PACKAGE_PIN F7 IOSTANDARD LVCMOS33 } [get_ports o_uart_tx]