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. |
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.