mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Increased ulimit for Verilator
This commit is contained in:
parent
b7e66ec7d6
commit
800bdc290f
2
setup.sh
2
setup.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user