- made WAE_FORMAT and RUN_TIME settable from caller

This commit is contained in:
2022-09-10 06:55:34 +02:00
parent cf6a2905a2
commit cac6fc9540
+2 -2
View File
@@ -32,8 +32,8 @@ SRCS += ../src/tb_mips_top.vhd
# Compile
TARGET := tb_mips_top
ENTITY := tb_mips_top
RUN_TIME := 250us
WAVE_FORMAT := ghw
RUN_TIME ?= 250us
WAVE_FORMAT ?= ghw
include $(VHDL_MAKE_HOME)/ghdl.mk