这一课是讲解AXI Video视频流信号格式的
这个教程非常有帮助的一点就是 对视频流AXI信号的介绍:
尤其是 tdata / tvalid / tready / tuser / tlast信号的具体含义都是什么。。。 简单扼要,附有测试工程,非常有帮助!
工程是2018.1的,亲测2020.1 可用, 在脚本里直接改使用Vivado的版本号就行
- tdata : carries the video data from the master to the slave
- tvalid : signal sent by the master to indicate when the data on tdata is valid
- tready : used by the slave to indicate when it is ready
- tuser : used by Xilinx Video IPs to indicates the first pixel of a frame (from the master to the slave)
- tlast : used by Xilinx Video IPs to indicates th