Hoist permissive settings out of inner makefiles
This commit is contained in:
@@ -25,9 +25,6 @@ sim_prefix = simv
|
|||||||
sim = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)
|
sim = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)
|
||||||
sim_debug = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)-debug
|
sim_debug = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)-debug
|
||||||
|
|
||||||
PERMISSIVE_ON=+permissive
|
|
||||||
PERMISSIVE_OFF=+permissive-off
|
|
||||||
|
|
||||||
WAVEFORM_FLAG=+vcdplusfile=$(sim_out_name).vpd
|
WAVEFORM_FLAG=+vcdplusfile=$(sim_out_name).vpd
|
||||||
|
|
||||||
.PHONY: default debug
|
.PHONY: default debug
|
||||||
|
|||||||
@@ -28,9 +28,6 @@ sim_prefix = simulator
|
|||||||
sim = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)
|
sim = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)
|
||||||
sim_debug = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)-debug
|
sim_debug = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)-debug
|
||||||
|
|
||||||
PERMISSIVE_ON=+permissive
|
|
||||||
PERMISSIVE_OFF=+permissive-off
|
|
||||||
|
|
||||||
WAVEFORM_FLAG=-v$(sim_out_name).vcd
|
WAVEFORM_FLAG=-v$(sim_out_name).vcd
|
||||||
|
|
||||||
.PHONY: default debug
|
.PHONY: default debug
|
||||||
|
|||||||
@@ -136,6 +136,8 @@ output_dir=$(sim_dir)/output/$(long_name)
|
|||||||
#########################################################################################
|
#########################################################################################
|
||||||
# helper variables to run binaries
|
# helper variables to run binaries
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
PERMISSIVE_ON=+permissive
|
||||||
|
PERMISSIVE_OFF=+permissive-off
|
||||||
BINARY ?=
|
BINARY ?=
|
||||||
override SIM_FLAGS += +dramsim +max-cycles=$(timeout_cycles)
|
override SIM_FLAGS += +dramsim +max-cycles=$(timeout_cycles)
|
||||||
VERBOSE_FLAGS ?= +verbose
|
VERBOSE_FLAGS ?= +verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user