init pmod uart txd

This commit is contained in:
Luka Jankovic 2025-11-16 23:56:38 +01:00
parent 8e8d2608bf
commit a621ac20aa
12 changed files with 522 additions and 3 deletions

6
uart/program.tcl.in Normal file
View file

@ -0,0 +1,6 @@
open_hw_manager
connect_hw_server
current_hw_target
open_hw_target
set_property PROGRAM.FILE {{PROJ}}.bit [current_hw_device]
program_hw_devices [current_hw_device]