Go to file
Jean-François Nguyen 0ca97a8d6a checks.{cr,gpr}: add support for interrupts.
Also, rephrase gpr.Check docstring.
cores/microwatt cores/microwatt: expose MSR and SRR0/SRR1.
power_fv checks.{cr,gpr}: add support for interrupts.
.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.