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 ec7cfdd719 cores/microwatt: move microwatt.py to its own python module.
Also:
* update dependencies.
* add amaranth-soc as a dependency, in order to reuse its bus
  interfaces (e.g. Wishbone).
* add a `prog` argument to PowerFVSession that overrides the name of
  its CLI.
2 years ago
..
microwatt cores/microwatt: move microwatt.py to its own python module. 2 years ago
README.md cores/microwatt: move microwatt.py to its own python module. 2 years ago
checks.pfv cores/microwatt: move microwatt.py to its own python module. 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 microwatt.py -h

exit

Run commands from a file

python microwatt.py -c checks.pfv

Run commands interactively

python microwatt.py -i