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 5d21832c57 pfv.Interface: simplify memory port.
The former `pfv.insn_mem` field was redundant with `pfv.insn` and
`pfv.cia`.

Also, validate memory port properties in InsnTestbench.
2 years ago
cores/microwatt cores/microwatt: move microwatt.py to its own python module. 2 years ago
power_fv pfv.Interface: simplify memory port. 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 cores/microwatt: move microwatt.py to its own python module. 2 years ago
pyproject.toml cores/microwatt: move microwatt.py to its own python module. 2 years ago

README.md

power-fv

(TODO)

Prerequisites

Installation

pip3 install poetry --user
poetry install

See the cores folder for usage examples.