fixed gtkw-files for fst

This commit is contained in:
2022-06-30 21:59:47 +02:00
parent 904023f9d6
commit 52a04ee67d
5 changed files with 7 additions and 7 deletions
@@ -0,0 +1,20 @@
# -----------------------------------------------------------
include $(VHDL_HOME)/make/defs.mk
# -----------------------------------------------------------
include $(VHDL_HOME)/lib/uart/ghdl/uart_sim.inc
include jcpu_core.inc
SRCS += $(UART_SIM_SRCS)
SRCS += $(JCPU_CORE_SRCS)
SRCS += ../src/hallo_welt_uart_irom.vhdl
SRCS += ../src/hallo_welt_uart_xrom.vhdl
SRCS += ../src/cpu_embedded_with_uart.vhd
SRCS += ../src/tb_cpu_embedded_with_uart.vhd
# Compile
TARGET := tb_cpu_embedded_with_uart
ENTITY := tb_cpu_embedded_with_uart
RUN_TIME := 100us
include $(VHDL_HOME)/make/ghdl.mk