- changed wave format selection

git-svn-id: http://moon:8086/svn/vhdl/trunk@1557 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-28 17:25:49 +00:00
parent 3c29cd8d3f
commit a9da9b8d3d
5 changed files with 15 additions and 15 deletions
-1
View File
@@ -11,7 +11,6 @@ SRCS += ../src/tb_cpu_embedded.vhd
# Compile
TARGET := cpu_embedded
ENTITY := tb_cpu_embedded
WITH_GHW := y
include $(VHDL_HOME)/make/ghdl.mk
-1
View File
@@ -12,7 +12,6 @@ SRCS += ../src/tb_cpu_itest.vhd
# Compile
TARGET := cpu_itest
ENTITY := tb_cpu
WITH_GHW := y
include $(VHDL_HOME)/make/ghdl.mk
-1
View File
@@ -11,7 +11,6 @@ SRCS += ../src/tb_cpu_embedded.vhd
# Compile
TARGET := mul8x8
ENTITY := tb_cpu_embedded
WITH_GHW := y
include $(VHDL_HOME)/make/ghdl.mk
-1
View File
@@ -12,7 +12,6 @@ SRCS += ../src/tb_cpu_itest.vhd
# Compile
TARGET := reti_issue
ENTITY := tb_cpu
WITH_GHW := y
include $(VHDL_HOME)/make/ghdl.mk