Skip to content

ArchitectXplore/mavis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.7%
  • Python 2.1%
  • CMake 0.2%