- made WAE_FORMAT and RUN_TIME settable from caller
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user