init pmod uart txd
This commit is contained in:
parent
8e8d2608bf
commit
a621ac20aa
12 changed files with 522 additions and 3 deletions
16
uart/.env
Normal file
16
uart/.env
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
VIVADO_SETTINGS=/opt/Xilinx/2025.1/Vivado/settings64.sh
|
||||
|
||||
PROJ_NAME=pmod_uart
|
||||
SIM_TOP=uart_tb
|
||||
TOP=uart_top
|
||||
|
||||
SRC_DIR=src
|
||||
SIM_DIR=sim
|
||||
BUILD_DIR=.build
|
||||
|
||||
WAVEFORM_CFG=$(SIM_DIR)/$(SIM_TOP).sim.wcfg
|
||||
|
||||
WAVEFORM_VCD=simulation_${PROJ_NAME}.wdb
|
||||
|
||||
PART=xc7z020clg400-1
|
||||
CONSTRAINTS=Zybo-Z7.xdc
|
||||
Loading…
Add table
Add a link
Reference in a new issue