Apheleia Verification Library. A set of Python base classes for efficient HDL verification.
Project description
AVL - Apheleia Verification Library
AVL has been developed by experienced, industry professional verification engineers to provide a methodology
and library of base classes for developing functional verification environments in Python.
AVL is built on the CocoTB framework, but aims to combine the best elements of
UVM in a more engineer friendly and efficient way.
CocoTB 2.0
AVL now supports CocoTB2.0 https://docs.cocotb.org/en/development/upgrade-2.0.html. This was introduced in v0.3.0.
All older versions support v1.9.1 and will fail if run with CocoTB 2.0.
To upgrade follow the instructions given on the link above.
📦 Installation
Using pip
# Standard build
pip install avl-core
# Development build
pip install avl-core[dev]
Install from Source
git clone https://github.com/projectapheleia/avl.git
cd avl
# Standard build
pip install .
# Development build
pip install .[dev]
Alternatively if you want to create a virtual environment rather than install globally a script is provided. This will install, with edit privileges to local virtual environment.
This script assumes you have Verilator, GTKWave and Graphviz installed, so all examples and documentation will build out of the box.
git clone https://github.com/projectapheleia/avl.git
cd avl
source avl.sh
📖 Documentation
In order to build the documentation you must have installed the development build.
Build from Source
cd docs
make html
<browser> build/html/index.html
🏃 Examples
In order to run all the examples you must have installed the development build.
To run all examples:
cd examples
# To run
make -j 8 sim
# To clean
make -j 8 clean
To run an individual example:
cd examples/THE EXAMPLE YOU WANT
# To run
make sim
# To clean
make clean
The examples use the CocoTB Makefile and default to Verilator with all waveforms generated. This can be modified using the standard CocoTB build system.
🧹 Code Style & Linting
This project uses Ruff for linting and formatting.
Check code for issues:
ruff check .
Automatically fix common issues:
ruff check . --fix
📧 Contact
- Email: avl@projectapheleia.net
- GitHub: projectapheleia
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file avl_core-0.3.2.tar.gz.
File metadata
- Download URL: avl_core-0.3.2.tar.gz
- Upload date:
- Size: 112.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1fad3c39044f321cbc65f11ed89cc6ab23499b89bf8427d37c3d0014d955a5c
|
|
| MD5 |
2cddc74c7113a00459e70e57cda90c7c
|
|
| BLAKE2b-256 |
b9f852b519d9f81a7916011112c65b60bfb93f44e055b40eabf86b6bc15fc4cc
|
File details
Details for the file avl_core-0.3.2-py3-none-any.whl.
File metadata
- Download URL: avl_core-0.3.2-py3-none-any.whl
- Upload date:
- Size: 130.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a806c1f470bc5d59f8bee1311763fe5844b9c5f01e12456d743ca7cc1d660538
|
|
| MD5 |
18d673f0e67d03c45236c1afbc9864e7
|
|
| BLAKE2b-256 |
b87712b012bd0ad66a135a0dc8d42797d7747a1c9ee57ac6a08a1557cc80a285
|