系列视频之初,先准备一个能够正常编译、仿真的环境。 - 跳转到 S01E01
AXI接口数据交互使用的是valid&ready握手机制,理解握手是使用AXI的第一步。 - 74B6 转到 S01E02
- 通过
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
- Get the project files of this video series through
git clone git@github.com:RongyeL/EasyAXI.git
; - Before compiling or simulating, you need to execute
source script/project.sh
in theEasyAXI/S01EXX
path, and use this script to determine the root path of the current project; - About development software: Sorry, the vcs+verdi environment needs to be installed by yourself, and this tutorial video will not explain or provide it.