Merge pull request #93 from ucb-bar/rebar-dev-default-sim-flags
Run Binary Default Flag Change
This commit is contained in:
@@ -135,7 +135,7 @@ output_dir=$(sim_dir)/output/$(long_name)
|
|||||||
# helper variables to run binaries
|
# helper variables to run binaries
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
BINARY ?=
|
BINARY ?=
|
||||||
SIM_FLAGS ?= +verbose
|
SIM_FLAGS ?= +max-cycles=$(timeout_cycles)
|
||||||
sim_out_name = $(notdir $(basename $(BINARY))).$(long_name)
|
sim_out_name = $(notdir $(basename $(BINARY))).$(long_name)
|
||||||
|
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user