- also specify run time on command line

git-svn-id: http://moon:8086/svn/vhdl/trunk@1601 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-30 12:24:38 +00:00
parent 84ee9394fe
commit d7b4ade86c
+2 -2
View File
@@ -31,8 +31,8 @@ SRCS += ../src/tb_mips_top.vhd
# Compile
TARGET := tb_mips_top
ENTITY = tb_mips_top
RUN_TIME := 1500us
ENTITY := tb_mips_top
RUN_TIME ?= 1500us
include $(VHDL_HOME)/make/ghdl.mk