Add verbose to debug runs (#148)
* Add verbose to debug runs * Reorg simulator flags for consistency, extensibility, and ease of use
This commit is contained in:
@@ -148,7 +148,8 @@ output_dir=$(sim_dir)/output/$(long_name)
|
||||
# helper variables to run binaries
|
||||
#########################################################################################
|
||||
BINARY ?=
|
||||
SIM_FLAGS ?= +max-cycles=$(timeout_cycles)
|
||||
SIM_FLAGS ?=
|
||||
VERBOSE_FLAGS ?= +verbose
|
||||
sim_out_name = $(notdir $(basename $(BINARY))).$(long_name)
|
||||
|
||||
#########################################################################################
|
||||
|
||||
Reference in New Issue
Block a user