From 37aa6acf5a7cdfeb1ca35ead09b15e4d584d520e Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sat, 20 Jul 2024 01:36:33 -0700 Subject: [PATCH] update riscof link --- bin/wally-tool-chain-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index 7bf9c57ea..e6ef13cb6 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -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)