This commit is contained in:
Blaise Tine
2021-06-29 10:12:36 -04:00
14 changed files with 84 additions and 86 deletions

View File

@@ -151,6 +151,10 @@ then
OPTS=$ARGS make -C $APP_PATH run-$DRIVER > run.log 2>&1
else
make -C $APP_PATH run-$DRIVER > run.log 2>&1
if [ -f "$APP_PATH/trace.vcd" ]
then
mv $APP_PATH/trace.vcd .
fi
else
if [ $SCOPE -eq 1 ]