From df580c5352528a4837b996a838f486d3838050a4 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 11 Apr 2025 23:09:49 -0400 Subject: Move storage to a separate git repository. --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a6ce662..1a87057 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# Risc V[ECTOR] +# RISC V[ECTOR] + +## Dependencies -## dependencies - cmake - g++ (GCC) 11.4.0 - catch2 version 3.5.3 - Qt version 6.8.2 +- RAM (a custom memory submodule) ## to compile Generate the build directory with @@ -15,8 +17,12 @@ then compile both the simulator and tests with `cmake --build build` +To develop, the following git option is useful to keep modules updated.: + +`git config submodule.recurse true` + # about -University of Massachusetts, Amherst -CS535 -- Computer Architecture and ISA Design +Created at the University of Massachusetts, Amherst +CS535 -- Computer Architecture and ISA Design -- cgit v1.2.3