diff --git a/setup.sh b/setup.sh index d8063b2aa..656fed5a6 100644 --- a/setup.sh +++ b/setup.sh @@ -24,7 +24,7 @@ echo \$WALLY set to ${WALLY} export PATH=$WALLY/bin:$PATH # Verilator needs a larger stack to simulate CORE-V Wally -ulimit -s 100000 +ulimit -c 234613 # load site licenses and tool locations if [ -f ${RISCV}/site-setup.sh ]; then