Go to file
Jean-François Nguyen 373a4e28b6 pfv.Interface: add support for skipping instructions.
The `pfv.skip` signal is used to handle cases where the DUT does not
actually execute an instruction (e.g. a no-op), which may prevent some
side-effects (e.g. GPR accesses) from being observable.
cores/microwatt pfv.Interface: add support for skipping instructions.
power_fv pfv.Interface: add support for skipping instructions.
.gitignore initial push with a gitignore file
LICENSE.txt Add license.
README.md Add very basic README.
poetry.lock cores/microwatt: move microwatt.py to its own python module.
pyproject.toml cores/microwatt: move microwatt.py to its own python module.

README.md

power-fv

(TODO)

Prerequisites

Installation

pip3 install poetry --user
poetry install

See the cores folder for usage examples.