S01E06: AXI 乱序&交织实现
- 读事务为例,说明AXI Out-of-order、Interleave特性的实现;
- 设计轮询调度器,支撑实现乱序和交织;
- 引入同ID保序问题。
S01E06: AXI Out-of-Order & Interleave Implementation
- Using read transactions as an example, illustrate the implementation of AXI out-of-order and interleave features;
- Design a polling scheduler to support out-of-order and interleave implementations;
- Introduce the issue of order preservation for identical IDs.