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.
* Checks are now split in two modules: checks.cons for consistency checks, checks.insn for instructions. * Checks are derived from PowerFVCheck and have a shorthand (e.g. "insn_b"). PowerFVCheck holds a mapping between its subclasses and their shorthands. * Instruction checks definitions have been simplified to one-liners, and grouped into a single file. * A Trigger class has been added to define testbench triggers. |
3 years ago | |
---|---|---|
cores/microwatt | 3 years ago | |
power_fv | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE.txt | 3 years ago | |
README.md | 3 years ago | |
poetry.lock | 3 years ago | |
pyproject.toml | 3 years ago |
README.md
power-fv
(TODO)
Prerequisites
- Python 3.8+
- Yosys
- SymbiYosys (sby)
Installation
pip3 install poetry --user
poetry install
See the cores
folder for usage examples.