summaryrefslogtreecommitdiff
path: root/README.md
blob: a6ce66225df03d684a2a8a6a1eae368cb03a3fe3 (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
- catch2 version 3.5.3
- Qt version 6.8.2

## 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