https://github.com/fvutils/pytest-fv
Support library for capturing HDL test suites via Python unit tests
https://github.com/fvutils/pytest-fv
Last synced: 5 months ago
JSON representation
Support library for capturing HDL test suites via Python unit tests
- Host: GitHub
- URL: https://github.com/fvutils/pytest-fv
- Owner: fvutils
- License: apache-2.0
- Created: 2024-01-11T03:04:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T00:10:17.000Z (about 1 year ago)
- Last Synced: 2025-06-06T01:21:09.581Z (about 1 year ago)
- Language: Python
- Size: 170 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pytest-fv
Support library for capturing functional verification test suites via Python unit tests
Pytest provides a useful framework of test fixtures to initialize infrastructure
required by a test. This project aspires to use that approach to incrementally
define and setup the simulation and other functional-verification tools required
for a test to run.
As a first phase, this project will provide a series of utility classes that help
to abstract common pieces of verification infrastructure -- for example, HDL
simulators, from which users wish choose one of several.
Pytest-FV strongly encourages the use of FuseSoC to capture files in a modular
fashion, and provides utility classes for querying the FuseSoC database.
# Simulators
# PSS Tools
# Testbench plug-in tools
- cocotb
# Environment variables
PYTEST_FV_HDLSIM -
# INI settings
.pytest.ini
## pytest-fv section
- tool.hdlsim
-