Initial commit

* Bare skeleton implementation of everything
* Testbench builds with Verilator
* Test runs
This commit is contained in:
2025-08-23 14:34:23 -07:00
commit 800e9c4008
20 changed files with 1755 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# AXI Protocol Playground
## Introduction
* There is no RTL design here. Just validation components working as both
MANAGER and SUBORDINATE parts
## Dependencies
* Verilator simulator
* UVM that works with Verilator
```
$ cd $UVM_HOME
$ git remote -v
origin https://github.com/antmicro/uvm-verilator.git (fetch)
origin https://github.com/antmicro/uvm-verilator.git (push)
$ git branch
current-patches
* current-patches-2
```