Go to file
Jean-François Nguyen a5e69954a4 Add checks for MTMSR/MFMSR instructions.
cores/microwatt In-depth refactoring, improved user interface.
power_fv Add checks for MTMSR/MFMSR instructions.
.gitignore initial push with a gitignore file
LICENSE.txt Add license.
README.md Add very basic README.
poetry.lock Use poetry to manage python dependencies.
pyproject.toml Use poetry to manage python dependencies.

README.md

power-fv

(TODO)

Prerequisites

Installation

pip3 install poetry --user
poetry install

See the cores folder for usage examples.