Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 282 Bytes

File metadata and controls

15 lines (11 loc) · 282 Bytes

datapath-simulator-RISCV

Detailed manual can be found here

How to compile:

g++ main.cpp ./util/*.cpp -o main -I.

How to run:

main <instructions file path> <memory file path> <registers file path>