# 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 ```