Force ghw

This commit is contained in:
2022-06-30 22:05:07 +02:00
parent 52a04ee67d
commit 1e2b78f766
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ SRCS += ../src/tb_cpu_itest.vhd
# Compile
TARGET := cpu_itest
ENTITY := tb_cpu
WAVE_FORMAT := ghw
include $(VHDL_HOME)/make/ghdl.mk
+1
View File
@@ -11,6 +11,7 @@ SRCS += ../src/tb_cpu_embedded.vhd
# Compile
TARGET := mul8x8
ENTITY := tb_cpu_embedded
WAVE_FORMAT := ghw
include $(VHDL_HOME)/make/ghdl.mk
+1
View File
@@ -12,6 +12,7 @@ SRCS += ../src/tb_cpu_itest.vhd
# Compile
TARGET := reti_issue
ENTITY := tb_cpu
WAVE_FORMAT := ghw
include $(VHDL_HOME)/make/ghdl.mk