mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 04:54:29 +00:00
setup.sh updates
This commit is contained in:
parent
94e923ef46
commit
2c3dc9e8ee
4
setup.sh
4
setup.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user