remove verbose for default

This commit is contained in:
abejgonzalez 2019-05-24 21:22:46 -07:00
parent 4af9ea9846
commit c341ffe57d
1 changed files with 1 additions and 1 deletions

View File

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