remove verbose for default

This commit is contained in:
abejgonzalez
2019-05-24 21:22:46 -07:00
parent 4af9ea9846
commit c341ffe57d

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)
#########################################################################################