diff options
author | bd <bdunahu@operationnull.com> | 2025-04-11 23:09:49 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-11 23:09:49 -0400 |
commit | df580c5352528a4837b996a838f486d3838050a4 (patch) | |
tree | 72671b34d6baf1ea2ec4cd02f73fe51338ce0b6d /README.md | |
parent | 3eeb345d673bee6d62b04fc8a8a95ab822dc1e45 (diff) |
Move storage to a separate git repository.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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 |