summaryrefslogtreecommitdiff
path: root/README.md
blob: 34ae8af72088a167729da04f49003dc60b003c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Risc V[ECTOR]

## dependencies
- cmake
- g++ (GCC) 11.4.0
- python 3.10 or newer
- catch2 version 3.5.3

## to compile
Generate the build directory with

`cmake -S . -B build`

then compile both the simulator and tests with

`cmake --build build`

# about

University of Massachusetts, Amherst
CS535 -- Computer Architecture and ISA Design