如何控制Vivado的设计中启用?
我在vivado
中有两个IP如您在图像中所见。
如果我是从随机器发送256位
作为消息位作为256位
作为CRC输出作为消息位的输出,则在256个消息位传递后出现,我的, 32个CRC位
即将出来。当我的这些32 CRC位
出来时,我希望我的随机器输入数据停止流动,直到32 CRC位
通过。
如何控制这些消息位,或者应该在哪里连接CRC IP
的启用。任何建议都得到高度赞赏。
I am having two IPs in vivado
one is pseudo randomizer and the another one is crc- 32
(cyclic redundancy check ) the output of pseudo randomizer is connected to the input or crc as you can see in the image .
If I am sending 256 bits
from the randomizer as message bits the 256 bits
come out as the output of crc as message bits after the 256 message bits passes, my 32 crc bits
are coming out. And when my these 32 crc bits
are coming out I want that my randomizer input data stops flowing till the 32 crc bits
passes so that there will be no data loss at next frame.
How can I control these message bits or where should I connect my enable of crc IP
. Any suggestion is highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要编写仲裁状态计算机来控制两个块并处理哪个块在什么时间运行的测序。块应使用“启用”或“启动”输入信号以及“完成”或“完成”输出信号,该信号可提供与状态机的握手。
此 page 有很好的解释对状态机器(aka fionally stonity inka fionally stornity inka natione sateed sornity inka natione sornity stornity inka inate in aka in kaa in aka in kaa) ,他们的意图和用例。
一个示例状态将与以下情况相似,并且需要在一个时钟的过程中进行:
You will need to write an arbitration state machine to control the two blocks and handles the sequencing of which block runs at what time. The blocks should be written with an "enable" or "start" input signal and a "finished" or "done" output signal which provides the handshaking with the state machine.
This page has good explanations of how state machines (aka Finite State Machines) are normally constructed, their intent, and use cases.
An example state would be similar to the following and it would need to be in a clocked process: