Add first TTC/PWM driver

This commit is contained in:
2025-03-31 19:52:19 +02:00
parent 0f2bda8ca1
commit 1f15f2c16f
27 changed files with 770 additions and 2139 deletions

View File

@ -69,3 +69,7 @@ set_property PACKAGE_PIN Y11 [get_ports UART_rxd]
set_property IOSTANDARD LVCMOS33 [get_ports UART_rxd]
set_property PACKAGE_PIN AA11 [get_ports UART_txd]
set_property IOSTANDARD LVCMOS33 [get_ports UART_txd]
# TTC0 Wave Out
set_property PACKAGE_PIN W12 [get_ports {TTC0_WAVEOUT}]
set_property IOSTANDARD LVCMOS33 [get_ports {TTC0_WAVEOUT}]