From 2c3dc9e8ee99e501df00511d79a16d5fb51fc55b Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Thu, 8 Aug 2024 00:01:14 -0700 Subject: [PATCH] setup.sh updates --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 390af63c4..9f0fca993 100644 --- a/setup.sh +++ b/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