From d31c28e2a36ed27450ddcdb7125ce42f4a360012 Mon Sep 17 00:00:00 2001 From: "James E. Stine" Date: Fri, 12 Jan 2024 00:26:56 -0600 Subject: [PATCH] add csh setup.csh for increasing stack size --- setup.csh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.csh b/setup.csh index 0508c36d0..82728f57c 100755 --- a/setup.csh +++ b/setup.csh @@ -46,4 +46,7 @@ extend PATH /usr/local/bin/verilator # Change this for your path to Verilator #set path = ($RISCV/imperas-riscv-tests/riscv-ovpsim-plus/bin/Linux64 $path) #setenv LD_LIBRARY_PATH $RISCV/imperas_riscv_tests/riscv-ovpsim-plus/bin/Linux64:$LD_LIBRARY_PATH # remove if no imperas +# Verilator needs a larger stack to simulate CORE-V Wally +limit stacksize unlimited + echo "setup done"