docs: add README for tests

This commit is contained in:
Phil
2026-06-09 16:00:58 +03:00
parent f1c760349f
commit 43e2460124

View File

@ -0,0 +1,21 @@
# AXI compact interface cocotb loopback test
Тест интерфейсов и конвертеров flat-if.
```text
cocotb AxiMaster
-> flat AXI signals
-> axi4_flat_to_if
-> compact axi4_if
-> axi4_loopback DUT
-> compact axi4_if
-> axi4_if_to_flat
-> flat AXI signals
-> cocotb AxiRam
```
Зависимости
```bash
pip install cocotb cocotbext-axi
```