summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1a87057..85e2dd8 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,15 @@
## Dependencies
+This is a ISA simulator for a mini-ISA including vector support.
+
- cmake
- g++ (GCC) 11.4.0
- catch2 version 3.5.3
- Qt version 6.8.2
-- RAM (a custom memory submodule)
+- [RAM](https://github.com/bdunahu/ram) (a custom memory submodule)
+
+Additionally, see [rva](https://github.com/bdunahu/rva) for a custom assembler which generates a compatible binary.
## to compile
Generate the build directory with
@@ -17,7 +21,7 @@ then compile both the simulator and tests with
`cmake --build build`
-To develop, the following git option is useful to keep modules updated.:
+To develop, the following git option is useful to keep modules updated:
`git config submodule.recurse true`