Cocotb的AXI接口模块
GitHub存储库: :
介绍
AXI,AXI lite和AXI流仿真模型。
安装
从pip安装(发行版,稳定):
$ pip install cocotbext-axi
从git安装(最新开发版本,可能不稳定):
$ pip install https://github.com/alexforencich/cocotbext-axi/archive/master.zip
用于主动开发的安装:
$ git clone https://github.com/alexforencich/cocotbext-axi
$ pip install -e cocotbext-axi
文档和用法示例
有关使用这些模块的完整测试平台,请参见tests目录, 和 。
AXI和AXI lite大师
AxiMaster和AxiLiteMaster类实现AXI主设备,并能
2023-02-21 19:53:42
57KB
Python
1