From c341ffe57d96348e559b8b582858b19066b8266a Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Fri, 24 May 2019 21:22:46 -0700 Subject: [PATCH] remove verbose for default --- variables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.mk b/variables.mk index 55c6487..7753e0e 100644 --- a/variables.mk +++ b/variables.mk @@ -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) #########################################################################################