Remove SIM_OPTS from Makefile

Again, this isn't used by anything and just adds complexity.
This commit is contained in:
Rupert Swarbrick 2022-04-13 20:53:54 +01:00 committed by hcallahan-lowrisc
parent 1f57795468
commit 014b5443b8

View file

@ -43,8 +43,6 @@ export cov_merge_dir := $(OUT-SEED)/cov_merge
export cov_merge_db_dir := $(cov_merge_dir)/merged
export cov_report_dir := $(OUT-SEED)/cov_report
# Run time options for ibex RTL simulation
SIM_OPTS :=
# Enable waveform dumping
WAVES := 1
# Enable coverage dump
@ -158,10 +156,6 @@ endif
include $(sim-cfg-mk)
.PHONY: test-cfg
test-cfg:
@echo "SIM_OPTS" $(SIM_OPTS)
###############################################################################
# Utility functions.
#
@ -448,7 +442,7 @@ $(rtl-sim-logs): \
--simulator $(SIMULATOR) \
$(cov-arg) $(wave-arg) \
--start-seed $(SEED) \
--sim-opts="+signature_addr=${SIGNATURE_ADDR} ${SIM_OPTS}" \
--sim-opts="+signature_addr=${SIGNATURE_ADDR}" \
--test-dot-seed $(notdir $*) \
--bin-dir $(OUT-SEED)/instr_gen/asm_test \
--rtl-sim-dir $(OUT-SEED)/rtl_sim