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 7aaeff1122 pfv: add configurable memory alignment constraints.
Before this commit, the `mem_aligned` parameter assumed a 64-bit data
bus when set to True.
2 years ago
..
microwatt_cli pfv: add configurable memory alignment constraints. 2 years ago
README.md cores/microwatt: rename CLI tool (microwatt → microwatt_cli). 2 years ago
checks.pfv cores/microwatt: temporarily disable the liveness check. 2 years ago

README.md

Additional prerequisites

A version of Microwatt with POWER-FV support is available here:

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

Usage

Enter/exit the Python virtualenv

poetry shell

python -m microwatt_cli -h

exit

Run commands from a file

python -m microwatt_cli -c checks.pfv

Run commands interactively

python -m microwatt_cli -i