scripts
This commit is contained in:
parent
e4aec91405
commit
051b611885
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue