mrabiabrn / datapath-simulator-RISCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

License:MIT License


Languages

Language:C++ 100.0%