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 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.
2 years ago
..
microwatt pfv.Interface: add support for skipping instructions. 2 years ago
README.md cores/microwatt: fix CLI instructions. 2 years ago
checks.pfv Add data storage check. 2 years ago

README.md

Additional prerequisites

Get Microwatt:

git clone git@git.openpower.foundation:jfng/microwatt -b powerfv src

Usage

Enter/exit the Python virtualenv

poetry shell

python -m microwatt -h

exit

Run commands from a file

python -m microwatt -c checks.pfv

Run commands interactively

python -m microwatt -i