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.
我有 2 个块,速度分别为 150MHz 和 234.56MHz。我想使用结构建模将它们连接起来。如何达到至少 150 MHz?
只需将它们连接起来并使用 150MHz 时钟为它们提供时钟。仅仅因为一个模块可以运行在 234.56MHz,并不(通常)意味着它必须这样做。
如果模块在输入和输出上有流水线寄存器,它们应该互连并以较慢的速度工作。只需将两个模块都从 150MHz 时钟关闭。
如果没有,您可能需要通过结构设计中的流水线寄存器将它们互连。只需添加一个时钟进程即可实现所有流水线寄存器。