diff --git a/fpga/run-node.sh b/fpga/run-node.sh index 13edf0c..c234acb 100755 --- a/fpga/run-node.sh +++ b/fpga/run-node.sh @@ -21,12 +21,12 @@ set -x ./fpgactl -w bitstream.bit -b opensbi.bin -k kernel.bin -i initrd.bin -r rootfs.img # Normal timeouts -#timeout=$((30 * 60)) # Always stop after 30 min -#timeout_silent=$((3 * 60)) # Stop if 3 min without output +timeout=$((30 * 60)) # Always stop after 30 min +timeout_silent=$((3 * 60)) # Stop if 3 min without output # Timeouts for SPEC benchmarks -timeout=$((12 * 60 * 60)) # Always stop after 12 h -timeout_silent=$((4 * 60 * 60)) # Stop if 4 h without output (some benchmarks take 1.6h) +#timeout=$((12 * 60 * 60)) # Always stop after 12 h +#timeout_silent=$((4 * 60 * 60)) # Stop if 4 h without output (some benchmarks take 1.6h) # Set dead switch sleep $timeout && killall picocom & diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 015acf8..a90b0a0 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -540,7 +540,7 @@ in prev.runCommand "uboot.txt" {} '' cat > $out <