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

[复制链接]
2074|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块)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

270

主题

885

帖子

3

粉丝
快速回复 在线客服 返回列表 返回顶部