Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 SDAccel 中有一个设计,显示延迟为 33000 个周期,启动间隔为 8。这是什么意思?
这是否意味着在 33000 次循环后输出准备就绪?我检查了输出的实际时间(配置文件摘要报告),它显示为 319 毫秒。(时钟为 5ns)
33000 个周期的延迟和 8 个周期的启动间隔表明您的应用程序具有许多流水线阶段。
是的,您的输出将在 33000 次循环后准备就绪。但是你可以在 8 个时钟周期后给出一个新的输入。