- 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
|
# Compile
|
||||||
TARGET := tb_mips_top
|
TARGET := tb_mips_top
|
||||||
ENTITY := tb_mips_top
|
ENTITY := tb_mips_top
|
||||||
RUN_TIME := 250us
|
RUN_TIME ?= 250us
|
||||||
WAVE_FORMAT := ghw
|
WAVE_FORMAT ?= ghw
|
||||||
|
|
||||||
include $(VHDL_MAKE_HOME)/ghdl.mk
|
include $(VHDL_MAKE_HOME)/ghdl.mk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user