AXI4-Lite Protocol
Overview
AXI4-Lite is an on-chip bus interface protocol used for register-style access in hardware designs. It is mentioned in the context of LLM-assisted UVM (Universal Verification Methodology) testbench generation.
Role in HAVEN Evaluation
AXI4-Lite is one of three interface protocols evaluated by HAVEN (Hybrid Automated Verification ENgine), alongside Direct and Wishbone.
In HAVEN's experimental setup:
- The tool was tested on 19 open-source IP designs ranging from 180 to 11k lines of code (LOC).
- These designs spanned three interface protocols: Direct, Wishbone, and AXI4-Lite.
- HAVEN uses predefined, protocol-specific Jinja2 templates to generate UVM components and sequences, with a Protocol-Aware Sequence DSL that decomposes sequences into fine-grained step types.
Results
On the AXI4-Lite designs (among others), HAVEN achieved:
- 100% compilation success
- 90.6% code coverage (on average)
- 87.9% functional coverage (on average)
These results position HAVEN as state-of-the-art (SOTA) among LLM-assisted testbench generation systems that support the AXI4-Lite protocol.
Notes
The available evidence characterizes AXI4-Lite solely as a supported interface protocol in HAVEN's evaluation. Detailed timing, signal-level, or transaction-level specifications of the AXI4-Lite protocol itself are not provided in the source material.