docs: add README for tests
This commit is contained in:
21
axi/tb/axi_cocotb_loopback_test/README.md
Normal file
21
axi/tb/axi_cocotb_loopback_test/README.md
Normal 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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user