update riscof link

This commit is contained in:
Jordan Carlin 2024-07-20 01:36:33 -07:00
parent 0746f8fe89
commit 37aa6acf5a
No known key found for this signature in database

View File

@ -361,11 +361,11 @@ else
fi
# RISCOF (https://github.com/riscv/riscof.git)
# RISCOF (https://github.com/riscv-software-src/riscof.git)
# RISCOF is a RISC-V compliance test framework that is used to run the RISC-V Arch Tests.
section_header "Installing/Updating RISCOF"
STATUS="RISCOF"
pip3 install git+https://github.com/riscv/riscof.git
pip3 install git+https://github.com/riscv-software-src/riscof.git
# OSU Skywater 130 cell library (https://foss-eda-tools.googlesource.com/skywater-pdk/libs/sky130_osu_sc_t12)