diff options
author | bd <bdunahu@operationnull.com> | 2025-04-11 23:14:28 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-11 23:14:28 -0400 |
commit | a189f6f41380542bc65371ba2db7cc92d9d506c3 (patch) | |
tree | ea5406fa5b88ea1ab3054bb6256f00bef8f5bc39 /README.md | |
parent | df580c5352528a4837b996a838f486d3838050a4 (diff) | |
parent | c9e35a8f3aa2047701e87a50f12b4bed23d5e7db (diff) |
Merge remote-tracking branch 'origin/master' into bdunahu
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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` |