Tool change docs

This commit is contained in:
David Harris 2023-03-23 17:24:58 -07:00
parent f2864c7305
commit e69d2e2b96

View File

@ -35,8 +35,8 @@ set -e # break on error
# Modify accordingly for your machine
# Increasing NUM_THREADS will speed up parallel compilation of the tools
NUM_THREADS=2 # for low memory machines > 16GiB
#NUM_THREADS=8 # for >= 32GiB
#NUM_THREADS=2 # for low memory machines > 16GiB
NUM_THREADS=8 # for >= 32GiB
#NUM_THREADS=16 # for >= 64GiB
sudo mkdir -p $RISCV