首页 > 其他 > 详细

verilog (02/13/2014)

时间:2014-02-14 23:01:52      阅读:360      评论:0      收藏:0      [点我收藏+]

Corrections:

1. Besides inputs, combinational outputs are not synchronized by clock.

Points:

1. We prefer to draw state diagram as follows:

  • Circles contain state name, something to do in the state. something to do in the circles refer to update the register variable, usually we write transition condition
  • transition arrows contain inputs, outputs.

2. We prefer to write verilog codes which is based on SM like this:

  • using at least two always blocks, one is SM+NSL, the other is OFL.
  • OFL is written based on transition arrow

3. There are two ways to understand count variable.

  • count means that already occured how many circles
  • each substate has a specific count like S00->countS0=0

verilog (02/13/2014)

原文:http://www.cnblogs.com/rice808/p/3548921.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!