Skip to content

Commit

Permalink
regular script instead of stat collection script
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwu928 committed Sep 4, 2024
1 parent f5f3aa7 commit 3ec77e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-drv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ shift $(expr $OPTIND - 1)
PROG=$1
shift

<<comment
${DBG} sst -n ${HOST_THREADS} \
"${LAUNCH_SCRIPT}" -- \
--with-command-processor="${PROG}" \
Expand All @@ -79,8 +78,8 @@ ${DBG} sst -n ${HOST_THREADS} \
--drvx-stack-in-l1sp \
--pxn-dram-size=${MAIN_MEMORY_SIZE} \
${PROG} $@
comment

<<comment
${DBG} sst -n ${HOST_THREADS} \
--verbose \
"${LAUNCH_SCRIPT}" -- \
Expand All @@ -94,3 +93,4 @@ ${DBG} sst -n ${HOST_THREADS} \
--stats-load-level=5 \
--stats-preallocated-phase=64 \
${PROG} $@
comment

0 comments on commit 3ec77e1

Please sign in to comment.