Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 260 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 260 Bytes

Mavis

Mavis is a framework that allows decoding of the RISC-V ISA into custom instruction class types as well as custom extensions to those class types.

Building

Mavis is a header-only library. To build a tester:

cd test
cmake .
make
./Mavis