From fa73180ce4bb8a796c009841561196f6ba782333 Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Tue, 30 Nov 2021 18:26:49 -0800 Subject: [PATCH] changed readme to reflect submodule updates --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bbde26148..e943097ad 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,9 @@ Wally is a 5-stage pipelined processor configurable to support all the standard To use Wally on Linux: ``` -git clone https://github.com/davidharrishmc/riscv-wally +git clone https://github.com/davidharrishmc/riscv-wally --recurse-submodules cd riscv-wally cd addins -*** can these clones be replaced with git submodule commands? -git clone https://github.com/riscv-non-isa/riscv-arch-test -git clone https://github.com/riscv-software-src/riscv-isa-sim cd riscv-isa-sim *** replace these with a copy from ../install/F and ../install/D containing the Makefile.includes already updated cp -r arch_test_target/spike/device/rv32i_m/I arch_test_target/spike/device/rv32i_m/F