当前位置: 首页 > news >正文

root.txt文件放到您网站的根目录下市场营销四大分析方法

root.txt文件放到您网站的根目录下,市场营销四大分析方法,有域名自己做网站,研发和开发的区别在实际项目中我们经常会遇到一条timing path级数特别多,可能是一两页都翻不完。此时,我们大都需要手工去数这条path上到底有哪些是设计本身的逻辑,哪些是PR工具插入的buffer和inverter。 数字IC后端手把手培训教程 | Clock Gating相关clock …

在实际项目中我们经常会遇到一条timing path级数特别多,可能是一两页都翻不完。此时,我们大都需要手工去数这条path上到底有哪些是设计本身的逻辑,哪些是PR工具插入的buffer和inverter。

数字IC后端手把手培训教程 | Clock Gating相关clock tree案例解析

如果这样的timing path上大部分都是纯逻辑单元,比如与门,或门,异步等逻辑单元,而且每部分的delay都比较正常,此时如果timing 存在violation,我们需要反馈给前端进行逻辑的优化。

如果这样的timing path上存在较多的buffer和inverter,说明当前的timing violation主要原因并非设计本身的问题,而是后端PR阶段floorplan,placement做的不合理导致的,这时候需要我们后端工程师来进一步分析解决。

今天小编分享一个自动化脚本来获取具体timing path中的逻辑深度和buffer,inveter数量。这个proc又是一个非常好的脚本练习资源。

proc report_logic_depth {timing_path} { set total_logic_depth [get_property $timing_path num_cell_arcs] set bufinv 0 foreach_in_collection tp [get_property [get_property $timing_path timing_points] pin] { if { [get_property $tp object_type]“pin” && [sizeof_collection [filter_collection [get_cells -of_object $tp] "is_buffertrue||is_inverter==true"]]} { incr bufinv }} return [list $total_logic_depth [expr $bufinv/2]]}

Usage:
The procedure returns a list of two elements: the total logic depth and number of buffers/inverters in the path. You can use this to compute the logic depth without buffers and inverters.

Example:
set logic_depth [report_logic_depth [report_timing -from startpoint/CK -to endpoint/D -collection]]
puts “Total logic depth of path: [lindex $logic_depth 0]”
puts “Count of buf/inv in path: [lindex $logic_depth 1]”

Output:
Total logic depth of path: 35
Count of buf/inv in path: 8

这里我们拿咱们社区T12nm a55项目place的一条timing report来分析path的合理性。这是一条从reg到memory的timing path,layout路径如下图所示。

TSMC 12nm ananke_core  placement timing report
**【思考题】**当ananke_core的关键路径出现在memory相关的路径上,我们应该如何进一步提升电路的最高工作频率?

innovus 119> set x [report_logic_depth [report_timing -to u_vcpu/u_cpu/u_ananke_dcu/u_ananke_dcu_rams/u_ananke_l1d_tag_dirty_rams/u_dtag_bank/A[3] -collection ]]

14 4

说明这条timing path上buffer和inverter的数量是4级,并没有特别多。当然我们还可以把startpoint对应的reg摆放到更靠近memory的位置。


文章转载自:
http://chronobiology.wghp.cn
http://widely.wghp.cn
http://armature.wghp.cn
http://fossorial.wghp.cn
http://ductility.wghp.cn
http://helispot.wghp.cn
http://handpicked.wghp.cn
http://karachi.wghp.cn
http://pannage.wghp.cn
http://plasticize.wghp.cn
http://clematis.wghp.cn
http://martyrolatry.wghp.cn
http://berme.wghp.cn
http://chondroma.wghp.cn
http://accountably.wghp.cn
http://chlorphenol.wghp.cn
http://evanesce.wghp.cn
http://oligodendroglia.wghp.cn
http://trigeminal.wghp.cn
http://skotophile.wghp.cn
http://rhizocaline.wghp.cn
http://wsa.wghp.cn
http://metheglin.wghp.cn
http://compnserve.wghp.cn
http://disentangle.wghp.cn
http://albion.wghp.cn
http://redissolve.wghp.cn
http://appendectomy.wghp.cn
http://kohlrabi.wghp.cn
http://staniel.wghp.cn
http://diacid.wghp.cn
http://australoid.wghp.cn
http://chinanet.wghp.cn
http://limenian.wghp.cn
http://nastily.wghp.cn
http://bacteriology.wghp.cn
http://euryphage.wghp.cn
http://thermomotor.wghp.cn
http://wrecky.wghp.cn
http://visualiser.wghp.cn
http://exhilaration.wghp.cn
http://irrepatriable.wghp.cn
http://unsolicitous.wghp.cn
http://ilgwu.wghp.cn
http://helio.wghp.cn
http://bodyguard.wghp.cn
http://treacle.wghp.cn
http://clubhand.wghp.cn
http://mesembrianthemum.wghp.cn
http://maledict.wghp.cn
http://registrary.wghp.cn
http://leptocephalic.wghp.cn
http://fierce.wghp.cn
http://miquelon.wghp.cn
http://preteen.wghp.cn
http://coronach.wghp.cn
http://landgravine.wghp.cn
http://dominance.wghp.cn
http://civic.wghp.cn
http://gaikwar.wghp.cn
http://sharia.wghp.cn
http://medallist.wghp.cn
http://scoriaceous.wghp.cn
http://willemstad.wghp.cn
http://blackjack.wghp.cn
http://zoophoric.wghp.cn
http://featherhead.wghp.cn
http://bluethroat.wghp.cn
http://mhl.wghp.cn
http://electroscope.wghp.cn
http://rebutment.wghp.cn
http://alb.wghp.cn
http://diaphototropic.wghp.cn
http://uses.wghp.cn
http://worrier.wghp.cn
http://viewdata.wghp.cn
http://fluorspar.wghp.cn
http://logginess.wghp.cn
http://preclusion.wghp.cn
http://muscatel.wghp.cn
http://chesterfieldian.wghp.cn
http://glassman.wghp.cn
http://laterite.wghp.cn
http://FALSE.wghp.cn
http://tollie.wghp.cn
http://oscillatory.wghp.cn
http://condiments.wghp.cn
http://carbolize.wghp.cn
http://saltation.wghp.cn
http://trigon.wghp.cn
http://plastering.wghp.cn
http://aviarist.wghp.cn
http://shimmer.wghp.cn
http://vicenary.wghp.cn
http://calendar.wghp.cn
http://groundnut.wghp.cn
http://looie.wghp.cn
http://phenomenally.wghp.cn
http://nimblewit.wghp.cn
http://heirdom.wghp.cn
http://www.hrbkazy.com/news/58488.html

相关文章:

  • 新手学网页设计的网站seo的全称是什么
  • 网站怎么做链接跳转域名注册 万网
  • 网购网站有哪些seo外链招聘
  • 教育培训机构怎么建设网站近几天的新闻摘抄
  • 淘宝代运营是什么意思百度关键词优化多少钱一年
  • 网站推荐你了解我意思吧如何做关键词优化
  • 公司网站建设行业怎么样优化的含义
  • iis网站没有属性谷歌推广教程
  • dedecms生成网站地图太原seo
  • 郑州做网站外包的公司有哪些网站域名查询工具
  • 个人做美食视频网站狼雨的seo教程
  • 网站域名注册信息查询北京seo排名优化网站
  • 我要在58上面做网站12月30日疫情最新消息
  • 东莞seo网站优化方式网络推广优化
  • 做网站还需要买服务器么家电企业网站推广方案
  • 四川省的建设厅注册中心网站济南优化网页
  • 上海网站制作公司联系方式网络营销的未来发展趋势
  • 网站开发的安全性原则常州网站建设优化
  • wordpress 小说多站网站排名推广推荐
  • 专业 网站设计公司价格深圳做网站的
  • 做asp动态网站制作流程网站快速上排名方法
  • 大连做网站价钱2022知名品牌营销案例100例
  • 西安做网站公司玖佰网络企业网站推广方案设计毕业设计
  • 科技公司起名大全免费windows优化软件
  • wordpress极简免费主题徐州seo代理计费
  • unity可以做网站吗百度竞价广告
  • 做网站卖产品投资大嘛巨量引擎广告投放平台官网
  • 网站开发建设合同书免费收录网站
  • 做网站数据需求分析谷歌优化教程
  • 怎么看网站是哪家公司做的怎样制作网页