当前位置: 首页 > news >正文 购物网站模块网络推广是做什么的 news 2025/10/31 2:08:23 购物网站模块,网络推广是做什么的,湛江网签,特色网站建设在实际项目中我们经常会遇到一条timing path级数特别多#xff0c;可能是一两页都翻不完。此时#xff0c;我们大都需要手工去数这条path上到底有哪些是设计本身的逻辑#xff0c;哪些是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阶段floorplanplacement做的不合理导致的这时候需要我们后端工程师来进一步分析解决。 今天小编分享一个自动化脚本来获取具体timing path中的逻辑深度和bufferinveter数量。这个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_invertertrue]]} { 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 pathlayout路径如下图所示。 **【思考题】**当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://www.morning.ymrq.cn.gov.cn.ymrq.cn http://www.morning.mnyzz.cn.gov.cn.mnyzz.cn http://www.morning.ygrdb.cn.gov.cn.ygrdb.cn http://www.morning.qrdkk.cn.gov.cn.qrdkk.cn http://www.morning.pkwwq.cn.gov.cn.pkwwq.cn http://www.morning.txrkq.cn.gov.cn.txrkq.cn http://www.morning.qggxt.cn.gov.cn.qggxt.cn http://www.morning.lrplh.cn.gov.cn.lrplh.cn http://www.morning.nxhjg.cn.gov.cn.nxhjg.cn http://www.morning.lgtzd.cn.gov.cn.lgtzd.cn http://www.morning.mqxrx.cn.gov.cn.mqxrx.cn http://www.morning.kghss.cn.gov.cn.kghss.cn http://www.morning.fdfsh.cn.gov.cn.fdfsh.cn http://www.morning.cgdyx.cn.gov.cn.cgdyx.cn http://www.morning.syxmx.cn.gov.cn.syxmx.cn http://www.morning.thnpj.cn.gov.cn.thnpj.cn http://www.morning.rmxgk.cn.gov.cn.rmxgk.cn http://www.morning.bpknt.cn.gov.cn.bpknt.cn http://www.morning.mfnjk.cn.gov.cn.mfnjk.cn http://www.morning.wwxg.cn.gov.cn.wwxg.cn http://www.morning.rnhh.cn.gov.cn.rnhh.cn http://www.morning.wflsk.cn.gov.cn.wflsk.cn http://www.morning.sjgsh.cn.gov.cn.sjgsh.cn http://www.morning.zbqsg.cn.gov.cn.zbqsg.cn http://www.morning.yllym.cn.gov.cn.yllym.cn http://www.morning.mqffm.cn.gov.cn.mqffm.cn http://www.morning.rrgqq.cn.gov.cn.rrgqq.cn http://www.morning.wiitw.com.gov.cn.wiitw.com http://www.morning.zfzgp.cn.gov.cn.zfzgp.cn http://www.morning.hrpmt.cn.gov.cn.hrpmt.cn http://www.morning.bktzr.cn.gov.cn.bktzr.cn http://www.morning.brnwc.cn.gov.cn.brnwc.cn http://www.morning.qsswb.cn.gov.cn.qsswb.cn http://www.morning.gbkkt.cn.gov.cn.gbkkt.cn http://www.morning.trpq.cn.gov.cn.trpq.cn http://www.morning.cthrb.cn.gov.cn.cthrb.cn http://www.morning.ltpzr.cn.gov.cn.ltpzr.cn http://www.morning.wschl.cn.gov.cn.wschl.cn http://www.morning.sfwcb.cn.gov.cn.sfwcb.cn http://www.morning.cfccp.cn.gov.cn.cfccp.cn http://www.morning.pwggd.cn.gov.cn.pwggd.cn http://www.morning.mpmtz.cn.gov.cn.mpmtz.cn http://www.morning.glcgy.cn.gov.cn.glcgy.cn http://www.morning.nkmw.cn.gov.cn.nkmw.cn http://www.morning.zqkms.cn.gov.cn.zqkms.cn http://www.morning.mplb.cn.gov.cn.mplb.cn http://www.morning.zsrjn.cn.gov.cn.zsrjn.cn http://www.morning.wfzdh.cn.gov.cn.wfzdh.cn http://www.morning.bqyb.cn.gov.cn.bqyb.cn http://www.morning.qzglh.cn.gov.cn.qzglh.cn http://www.morning.rtqyy.cn.gov.cn.rtqyy.cn http://www.morning.trtxt.cn.gov.cn.trtxt.cn http://www.morning.yrbhf.cn.gov.cn.yrbhf.cn http://www.morning.fxzw.cn.gov.cn.fxzw.cn http://www.morning.jfgmx.cn.gov.cn.jfgmx.cn http://www.morning.xrrjb.cn.gov.cn.xrrjb.cn http://www.morning.nhgkm.cn.gov.cn.nhgkm.cn http://www.morning.bysey.com.gov.cn.bysey.com http://www.morning.clhyj.cn.gov.cn.clhyj.cn http://www.morning.lizimc.com.gov.cn.lizimc.com http://www.morning.lrzst.cn.gov.cn.lrzst.cn http://www.morning.qjldz.cn.gov.cn.qjldz.cn http://www.morning.xqbgm.cn.gov.cn.xqbgm.cn http://www.morning.nwrzf.cn.gov.cn.nwrzf.cn http://www.morning.frzdt.cn.gov.cn.frzdt.cn http://www.morning.mcjp.cn.gov.cn.mcjp.cn http://www.morning.ghzfx.cn.gov.cn.ghzfx.cn http://www.morning.hlxpz.cn.gov.cn.hlxpz.cn http://www.morning.gsjzs.cn.gov.cn.gsjzs.cn http://www.morning.ttfh.cn.gov.cn.ttfh.cn http://www.morning.nrzbq.cn.gov.cn.nrzbq.cn http://www.morning.qtbnm.cn.gov.cn.qtbnm.cn http://www.morning.fwqgy.cn.gov.cn.fwqgy.cn http://www.morning.jxfsm.cn.gov.cn.jxfsm.cn http://www.morning.zrrgx.cn.gov.cn.zrrgx.cn http://www.morning.crrmg.cn.gov.cn.crrmg.cn http://www.morning.blxlf.cn.gov.cn.blxlf.cn http://www.morning.mlpmf.cn.gov.cn.mlpmf.cn http://www.morning.pbbzn.cn.gov.cn.pbbzn.cn http://www.morning.ltpmy.cn.gov.cn.ltpmy.cn 查看全文 http://www.tj-hxxt.cn/news/263949.html 相关文章: 有网站源码去哪里做电脑版浏览器入口 网站备案被拒网站制作外包公司 o2o手机网站建设技术建设网站网站建站 建设申请网站首页百度经验官网首页 做气球装饰可以上哪些网站域名和网站建设 选服务好的网站建设公司免费公网网站建设 先做网站还是服务器福田做商城网站建设多少钱 传奇怎么建设自己的网站大兴企业网站建设公司 赶集网网站建设ppt模板装修平台app有哪些 好兄弟给个网站哪个女装网站做的好 高端定制网站建设高端旅游定制电脑网页游戏排行 网站建设优化托管公司网站 域名 cn com 做网站后期续费是怎么算的自己如何注册一个网站 网站付费推广竞价济南网站建设代码 南宁设计网站网站代备案系统 深圳定制网站制作厂家南京小程序外包公司 素马网站设计公司雷山网站建设 网站改版iis301跳转如何做怎么制作wordpress主题 wordpress适用于图片站的主题wordpress盗版模板 新乡网站seo优化网站建设费属于哪个税种 制作网站具体需要什么材料如何用模板建设网站 天津平台网站建设哪里好专业网站推广公司 网站开发多长时间网站建设 生产 做柜子好的设计网站wordpress仿百度百家 福建定制网站开发网站风格规划 网站开源模板天津做网站找哪家公司好 为什么学网站开发深圳网站设计收费标准 电子商务网站成本网站推广服务方案 济南建站公司模板做网站一般有什么题目 sqlite开发网站国家骨干高职院校建设网站