mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
Revert "Clear MAKEFLAGS when running dvsim.py"
This reverts commit31a18ad
: the problem that it was working around was fixed in OpenTitan with commit 249a544, vendored into Ibex asb1daf9e
.
This commit is contained in:
parent
b1daf9e44e
commit
625ea2662d
1 changed files with 1 additions and 6 deletions
|
@ -44,11 +44,6 @@ dvsim-mk-args := \
|
|||
$(waves-arg) $(coverage-arg) $(verbosity-arg) \
|
||||
$(reseed-arg) $(seed-arg) $(tests-arg)
|
||||
|
||||
run-cmd := $(dvsim-py) ibex_icache_sim_cfg.hjson $(dvsim-std-args) $(dvsim-mk-args)
|
||||
|
||||
# Clear MAKEFLAGS when running dvsim.py: it contains an internal call
|
||||
# to Make and things get confused if they are set.
|
||||
.PHONY: run
|
||||
run:
|
||||
@echo $(run-cmd)
|
||||
@env MAKEFLAGS= $(run-cmd)
|
||||
$(dvsim-py) ibex_icache_sim_cfg.hjson $(dvsim-std-args) $(dvsim-mk-args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue