mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-31 23:27:54 +00:00
Revert "pulp-runtime: Fix default boot mode (JTAG)"
This reverts commit 3b770a890144a6ab1b919fd97bb1e940429933a3.
This commit is contained in:
parent
f75c3d5580
commit
9010282bcd
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue