系列视频之初,先准备一个能够正常编译、仿真的环境。 - 跳转到 S01E01
AXI接口数据交互使用的是valid&ready握手机制,理解握手是使用AXI的第一步。 - 跳转到 S01E02
以读通道为例,展示一个完整的AXI读操作流程。 - 跳转到 S01E03
以读通道为例,说明AXI Burst特性的实现,包括FIXED、INCR、WRAP类型。 - 跳转到 S01E04
以读通道为例,说明AXI OST特性的实现,支持多种OST深度可配。 - 跳转到 S01E05
- 通过
git clone https://github.com/RongyeL/EasyAXI.git --depth 1
获取本系列视频的项目文件; - 在编译或仿真前,需要在
EasyAXI/S01EXX
路径下,执行source script/project.sh
,通过该脚本确定当期项目的根路径; - 关于开发软件:很抱歉,vcs+verdi的环境需要自行安装,本教学视频不会说明或提供。
At the beginning of the video series, prepare an environment that can compile and simulate normally. - Jump to S01E01
AXI interface data interaction uses the valid&ready handshake mechanism. Understanding the handshake is the first step to use AXI. - Jump to S01E02
Taking the read channel as an example, show a complete AXI read operation process. - Jump to S01E03
Taking the read channel as an example, explain the implementation of the AXI Burst feature, including FIXED, INCR, and WRAP types. - Jump to S01E04ment needs to be installed by yourself, and this tutorial video will not explain or provide it.
Take the read channel as an example to explain the implementation of the AXI OST feature, supporting multiple OST depth configurations. - Jump to S01E05