打印

谁能翻译下,状态机的5个规则

[复制链接]
1517|1
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
457878|  楼主 | 2012-9-9 17:51 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
1.The Always Construct that describes the state machine is clocked.
    2.All assignments to the signal or variable that represents the state machine are within the Always Construct.
    3.The state machine has more than two states.
    4.The state register is not used as an output of the module.
    5.The state transition logic does not use arithmetic operators. For example, this condition is not met if the state transition logic uses the expression next_state <= state + 1;, which contains the arithmetic operator +.

相关帖子

沙发
javasun| | 2012-9-9 21:41 | 只看该作者
我先来一条
1.描述状态机的always块必须与时钟同步(应该是状态转换的always块)

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

269

主题

883

帖子

3

粉丝