make default flags include timeout | all sims share flags

This commit is contained in:
abejgonzalez
2019-05-24 09:47:50 -07:00
parent bc54b24b85
commit 4af9ea9846
2 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ output_dir=$(sim_dir)/output/$(long_name)
# helper variables to run binaries
#########################################################################################
BINARY ?=
SIM_FLAGS ?= +verbose
SIM_FLAGS ?= +verbose +max-cycles=$(timeout_cycles)
sim_out_name = $(notdir $(basename $(BINARY))).$(long_name)
#########################################################################################