type
Post
status
Published
date
Mar 14, 2025
slug
summary
tags
bug
FPGA
category
FPGA
icon
password
上次编辑时间
May 18, 2025 12:38 PM
AI summary

顶层 bd

通过 mm-s-fifo 将 PS 侧的 GP 接口转化为 stream 接口。
notion image

调试结果

2025-3-14

可以看出 mm-s-fifo 的输出一直没变,后级的 ready 信号可能有问题。
notion image
notion image
mm-s-fifovalid 信号有问题

解决方法

勾选 cut through 后才会流式传输数据
notion image

3-16

写入 fifo 时必须加入打印,后面的 valid 信号才会有效,但是 valid 的速率很低。
notion image