mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 13:27:16 -04:00
setup.sh updates
This commit is contained in:
parent
524c4dbe70
commit
2cc412d15e
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
@ -22,7 +22,7 @@ else
|
|||
# set the $RISCV directory here and remove the subsequent two lines
|
||||
# export RISCV=
|
||||
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
|
||||
echo \$RISCV set to "${RISCV}"
|
||||
|
||||
|
@ -33,7 +33,7 @@ echo \$WALLY set to "${WALLY}"
|
|||
# utility functions in Wally repository
|
||||
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
|
||||
|
||||
# load site licenses and tool locations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue