Increase ulimit for verilator

This commit is contained in:
Jordan Carlin 2024-06-29 22:55:16 -07:00
parent a13f18fa4d
commit e0506c0481

View File

@ -35,7 +35,7 @@ export RISCV_OBJCOPY=$(which riscv64-unknown-elf-objcopy) # Copy this as
export SPIKE_PATH=$RISCV/bin # Change this for your path to riscv-isa-sim (spike)
# Verilator needs a larger stack to simulate CORE-V Wally
ulimit -c 234613
ulimit -c 300000
# Imperas OVPsim; put this in if you are using it
#export PATH=$RISCV/imperas-riscv-tests/riscv-ovpsim-plus/bin/Linux64:$PATH