diff options
author | Siddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com> | 2025-04-12 13:04:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-12 13:04:10 -0400 |
commit | 561f7a6e6c24b05383b6db86b48125ee80a8355f (patch) | |
tree | 6acbfd27652c2b83686df93c21918a877a0451e8 /README.md | |
parent | c9e35a8f3aa2047701e87a50f12b4bed23d5e7db (diff) | |
parent | 3ae113c7d6f1b6f46d8960b284837a44fbeb2e77 (diff) |
Merge pull request #50 from bdunahu/bdunahu
Move storage to a separate git repository.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,13 +1,16 @@ -# Risc V[ECTOR] +# RISC V[ECTOR] -## Corresponding Assembler can be found here -`https://github.com/bdunahu/rva` +## Dependencies + +This is a ISA simulator for a mini-ISA including vector support. -## dependencies - cmake - g++ (GCC) 11.4.0 - catch2 version 3.5.3 - Qt version 6.8.2 +- [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 @@ -18,8 +21,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 |