File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -250,9 +250,13 @@ socPrevBuild: diffAllBuild socTopModify
250250socBuild : socPrevBuild
251251 $(MAKE ) VM_PARALLEL_BUILDS=1 OPT_FAST=" -O3" -C $(SOC_COMPILE_HOME ) -f V$(SOC_VSRC_TOP ) .mk -j2
252252
253- socSimRun :
254- $(SOC_VSRC_HOME ) /emu -i $(YSYXSOC_HOME ) /program/bin/flash/hello-flash.bin --dump-wave
255-
253+ socRun :
254+ # $(SOC_VSRC_HOME)/emu -i $(YSYXSOC_HOME)/program/bin/flash/hello-flash.bin
255+ # $(SOC_VSRC_HOME)/emu -i $(YSYXSOC_HOME)/program/bin/flash/memtest-flash.bin
256+ # $(SOC_VSRC_HOME)/emu -i $(YSYXSOC_HOME)/program/bin/flash/rtthread-flash.bin
257+ # $(SOC_VSRC_HOME)/emu -i $(YSYXSOC_HOME)/program/bin/loader/hello-loader.bin --dump-wave
258+ # $(SOC_VSRC_HOME)/emu -i $(YSYXSOC_HOME)/program/bin/loader/memtest-loader.bin
259+ # $(SOC_VSRC_HOME)/emu -i $(YSYXSOC_HOME)/program/bin/loader/rtthread-loader.bin
256260# ##### clean target ######
257261cleanBuild :
258262 rm -rf $(BUILD_DIR )
You can’t perform that action at this time.
0 commit comments