documentation udpate

This commit is contained in:
Blaise Tine
2021-06-29 07:04:27 -07:00
parent d2f9c66840
commit cd387d2b5b
13 changed files with 45 additions and 48 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 ]