mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 03:47:15 -04:00
Fix tcl path (#73)
This commit is contained in:
parent
52bc23cc39
commit
cc8aed4ed2
1 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@ else
|
|||
fi
|
||||
|
||||
OUT="$RUN_DIR/rtl_sim"
|
||||
CWD=`pwd`
|
||||
|
||||
# Run each test
|
||||
while read asm_test; do
|
||||
|
@ -77,7 +78,7 @@ while read asm_test; do
|
|||
SEED=$RANDOM
|
||||
fi
|
||||
if [[ $WAVES == 1 ]]; then
|
||||
WAVES_OPTS="-ucli -do vcs.tcl"
|
||||
WAVES_OPTS="-ucli -do $CWD/vcs.tcl"
|
||||
fi
|
||||
if [[ $COV == 1 ]]; then
|
||||
COV_OPTS="-cm line+tgl+assert+fsm+branch \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue