This commit is contained in:
slguan 2020-04-29 21:47:13 +08:00
parent e4aec91405
commit 051b611885
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ fi
if [ $UNIQUE -eq 0 ]; then if [ $UNIQUE -eq 0 ]; then
PROGRAM=$BUILD_DIR/bin/tsim PROGRAM=$BUILD_DIR/bin/tsim
else else
PROGRAM="$TOP_DIR/../debug/build/bin/tsim -a" PROGRAM="$TOP_DIR/../debug/build/bin/tsim"
fi fi
PRG_DIR=$SIM_DIR/tsim PRG_DIR=$SIM_DIR/tsim