码迷,mamicode.com
首页 > 其他好文 > 详细

Guidelines for clock

时间:2015-04-01 23:41:27      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:

 

1  Avoid mixed clock edges

 

Guideline 01  Avoid using both positive-edge and negative-edge triggered flip-flops.

  If must use both positive-edge and negative-edge triggered flip-flops, then 

   1) model the worst-case duty cycle of the clock accurately in synthesis and timing annalysis  

   2) document the assumed duty cycle in the user documentation.

 

Guideline 02  If must use a large number of both positive-edge and negtive-edge triggered FFs,

         separate them into different modules.

 

Bad example - Mixed clock edges

  技术分享

 

Better example - Negative-edge and positive-edge FFs are separated

  技术分享

 

Guidelines for clock

标签:

原文地址:http://www.cnblogs.com/mengdie/p/4385661.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!