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
+16
View File
@@ -0,0 +1,16 @@
# -----------------------------------------------------------
include $(VHDL_HOME)/make/defs.mk
# -----------------------------------------------------------
include jcpu_core.inc
SRCS += $(JCPU_CORE_SRCS)
SRCS += ../src/itest_irom.vhdl
SRCS += ../src/cpu_embedded.vhd
SRCS += ../src/tb_cpu_embedded.vhd
# Compile
TARGET := tb_cpu_embedded
ENTITY := tb_cpu_embedded
include $(VHDL_HOME)/make/ghdl.mk