Increased ulimit for Verilator

This commit is contained in:
David Harris 2024-04-20 13:40:30 -07:00
parent b7e66ec7d6
commit 800bdc290f

View File

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