Revert "pulp-runtime: Fix default boot mode (JTAG)"

This reverts commit 3b770a890144a6ab1b919fd97bb1e940429933a3.
This commit is contained in:
bluew 2021-07-03 18:14:02 +02:00
parent f75c3d5580
commit 9010282bcd

View file

@ -8,7 +8,6 @@ override runner_args += --config-opt=**/runner/verbose=true
endif
platform ?= rtl
boot ?= JTAG
ifdef PULP_RUNTIME_GCC_TOOLCHAIN
@ -226,6 +225,8 @@ $(TARGET_BUILD_DIR)/waves:
run: $(TARGET_BUILD_DIR)/modelsim.ini $(TARGET_BUILD_DIR)/boot $(TARGET_BUILD_DIR)/tcl_files $(TARGET_BUILD_DIR)/waves
$(PULPRT_HOME)/bin/stim_utils.py --binary=$(TARGETS) --vectors=$(TARGET_BUILD_DIR)/vectors/stim.txt
boot ?= JTAG
ifdef gui
cd $(TARGET_BUILD_DIR) && export VSIM_RUNNER_FLAGS="+ENTRY_POINT=0x1c008080 -gLOAD_L2=JTAG -dpicpppath /usr/bin/g++ -permit_unmatched_virtual_intf -gBAUDRATE=115200" && export VOPT_ACC_ENA="YES" && vsim -64 -do 'source $(VSIM_PATH)/tcl_files/config/run_and_exit.tcl' -do 'source $(VSIM_PATH)/tcl_files/run.tcl; '
else