setup.sh updates

This commit is contained in:
Jordan Carlin 2024-08-08 00:01:14 -07:00
parent 94e923ef46
commit 2c3dc9e8ee
No known key found for this signature in database

View File

@ -22,7 +22,7 @@ else
# set the $RISCV directory here and remove the subsequent two lines # set the $RISCV directory here and remove the subsequent two lines
# export RISCV= # export RISCV=
echo "\$RISCV directory not found. Checked /opt/riscv and ~/riscv. Edit setup.sh to point to your custom \$RISCV directory." echo "\$RISCV directory not found. Checked /opt/riscv and ~/riscv. Edit setup.sh to point to your custom \$RISCV directory."
exit 1; exit 1
fi fi
echo \$RISCV set to "${RISCV}" echo \$RISCV set to "${RISCV}"
@ -33,7 +33,7 @@ echo \$WALLY set to "${WALLY}"
# utility functions in Wally repository # utility functions in Wally repository
export PATH=$WALLY/bin:$PATH export PATH=$WALLY/bin:$PATH
# Verilator needs a larger stack to simulate CORE-V Wally # Verilator needs a larger core file size to simulate CORE-V Wally
ulimit -c 300000 ulimit -c 300000
# load site licenses and tool locations # load site licenses and tool locations