目录
读、写地址通道(Read and write address channels)
3.2、写地址通道信号(Write address channel signals)
3.3、写数据通道信号(Write data channel signals)
3.4、写响应通道信号(Write response channel signals)
3.5、读地址通道信号(Read address channel signals)
3.6、读数据通道信号(Read data channel signals)
写在前面
AXI4-Lite总线可以说是AXI4-Full总线的简化版,仅支持突发长度为1的事务传输。在学习AXI4-Lite总线时,建议先了解AXI4-Full总线,本文也注重介绍两者的差异。
1、什么是AXI4-Lite?
AXI 表示 Advanced eXtensible Interface(高级可扩展接口),它是由 Arm 定义的接口协议,包含在“高级微控制器总线架构 AMBA”标准中。
AXI4 接口 (AMBA 4.0) 分 3 种类型:
- AXI4 (AXI4-Full):用于满足高性能存储器映射需求。
- AXI4-Lite:用于简单的低吞吐量存储器映射通信(例如,往来于状态寄存器的通信)。
- AXI4-Stream:用于高速流传输数据。