You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jean-François Nguyen a413025fcb Update SPR interface and split consistency check.
* Use bitmasks to describe SPR accesses at the field granularity.

* Use separate checks for each SPR, instead of covering them all at
  once. Users may run them in the same batch, and know which SPR passes
  or fails its check.
2 years ago
cores/microwatt Update SPR interface and split consistency check. 2 years ago
power_fv Update SPR interface and split consistency check. 2 years ago
.gitignore initial push with a gitignore file 2 years ago
LICENSE.txt Add license. 2 years ago
README.md Add very basic README. 2 years ago
poetry.lock Use poetry to manage python dependencies. 2 years ago
pyproject.toml Use poetry to manage python dependencies. 2 years ago

README.md

power-fv

(TODO)

Prerequisites

Installation

pip3 install poetry --user
poetry install

See the cores folder for usage examples.