Skip to main content

Apheleia Verification Library - AMBA AXI Stream verification component.

Project description

AVL-AXI-STREAM - Apheleia Verification Library AMBA AXI-STREAM Verification Component

License: MIT Python

AVL-AXI-STREAM has been developed by experienced, industry professional verification engineers to provide a simple,
extensible verification component for the AMBA AXI-STREAM Bus
developed in Python and the AVL library.

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-AXI-STREAM now supports CocoTB2.0 https://docs.cocotb.org/en/development/upgrade-2.0.html. This was introduced in v0.2.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.

Protocol Features

Signal Source Width Description
ACLK Clock 1 ACLK is a global clock signal. All signals are sampled on the rising edge of ACLK.
ARESETn Reset 1 ARESETn is a global reset signal.
TVALID Transmitter 1 TVALID indicates the Transmitter is driving a valid transfer. A transfer takes place when both TVALID and TREADY are asserted.
TREADY Receiver 1 TREADY indicates that a Receiver can accept a transfer.
TDATA Transmitter TDATA_WIDTH TDATA is the primary payload used to provide the data that is passing across the interface. TDATA_WIDTH must be an integer number of bytes and is recommended to be 8, 16, 32, 64, 128, 256, 512 or 1024-bits.
TSTRB Transmitter TDATA_WIDTH/8 TSTRB is the byte qualifier that indicates whether the content of the associated byte of TDATA is processed as a data byte or a position byte.
TKEEP Transmitter TDATA_WIDTH/8 TKEEP is the byte qualifier that indicates whether content of the associated byte of TDATA is processed as part of the data stream.
TLAST Transmitter 1 TLAST indicates the boundary of a packet.
TID Transmitter TID_WIDTH TID is a data stream identifier. TID_WIDTH is recommended to be no more than 8.
TDEST Transmitter TDEST_WIDTH TDEST provides routing information for the data stream. TDEST_WIDTH is recommended to be no more than 8.
TUSER Transmitter TUSER_WIDTH TUSER is a user-defined sideband information that can be transmitted along the data stream. TUSER_WIDTH is recommended to be an integer multiple of TDATA_WIDTH/8.
TWAKEUP Transmitter 1 TWAKEUP identifies any activity associated with AXI-Stream interface.

Component Features

  • All protocol features supported
  • Simple RTL interface to interact with HDL and define parameter and configuration options
  • Transmitter transaction and packets sequences, sequencer and driver with easy to control rate limiter and wakeup control
  • Receiver driver with rate control
  • Monitor
  • Bandwidth monitor generating bus activity plots over user defined windows during simulation
  • Functional coverage including performance measurements
  • Searchable trace file generation

📦 Installation

Using pip

# Standard build
pip install avl-axi-stream

# Development build
pip install avl-axi-stream[dev]

Install from Source

git clone https://github.com/projectapheleia/avl-axi-stream.git
cd avl-axi-stream

# 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 Graphviz and appropriate simulator installed, so all examples and documentation will build out of the box.

git clone https://github.com/projectapheleia/avl-axi-stream.git
cd avl-axi-stream
source avl-axi-stream.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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

avl_axi_stream-0.3.2.tar.gz (15.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

avl_axi_stream-0.3.2-py3-none-any.whl (21.3 kB view details)

Uploaded Python 3

File details

Details for the file avl_axi_stream-0.3.2.tar.gz.

File metadata

  • Download URL: avl_axi_stream-0.3.2.tar.gz
  • Upload date:
  • Size: 15.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for avl_axi_stream-0.3.2.tar.gz
Algorithm Hash digest
SHA256 cbcb2f52f75b95d34a435d9a91dbc7a70eb4f8a585c43fcbefba1a414ed5df89
MD5 13be0b79f0e98f10849cb8a469e06388
BLAKE2b-256 08e2be02a7c9c20a16075c5c94185cdd0d55e7ff22e28292da4d4d9425e09d1e

See more details on using hashes here.

File details

Details for the file avl_axi_stream-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: avl_axi_stream-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for avl_axi_stream-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b7e9f17570a2eda8a1a70a23ea89e788564be0b1cbc6d15424969a3a6b1e7d42
MD5 d52646777c38be617ec6ee86873ed161
BLAKE2b-256 8f9fbd6dfede76589a273e47799325198b05895e633e068b8c68ea12777a9c60

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page