- use either VCD or GHW for sim and run

git-svn-id: http://moon:8086/svn/vhdl/trunk@1406 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-20 08:55:00 +00:00
parent 398b9be4c1
commit df5ede51c2
3 changed files with 16 additions and 7 deletions
+2 -3
View File
@@ -14,15 +14,14 @@ tb_cpu_embedded_ENTITY_RUN := tb_cpu_embedded
tb_mul8x8_SRCS := tb_cpu_embedded.vhd cpu_embedded.vhd mul8x8_irom.vhdl
tb_mul8x8_ENTITY_RUN := tb_cpu_embedded
SRCS := $(JCPU_CORE_SRCS)
SRCS += ../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd ../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += $(addprefix ../src/,$($(NAME)_SRCS))
# Compile
ENTITY_RUN = $($(NAME)_ENTITY_RUN)
BUILD_DIR := build
WITH_GHW := y
include ../../../../Common/make/ghdl.mk
+1
View File
@@ -44,6 +44,7 @@ SRCS += ../src/$(NAME).vhd
# Compile
ENTITY_RUN = $(NAME)
BUILD_DIR := build
WITH_VCD := y
include ../../../../Common/make/ghdl.mk