eco_attach_net脚本,实现将beginpoint的cp与endpoint的cp短接

setEcoMode -updateTiming false
setEcoMode -refinePlace false -honorDontUse false -batchMode true -honorDontTouch false -honorFixedStatus false

source /asic/home_asic/al_tianfj/eco/sa_mac/sa_macendpoint_pin
source /asic/home_asic/al_tianfj/eco/sa_mac/sa_macbeginpoint_cell

foreach endpoint_pin $endpoint_name beginpoint_cell $beginpoint_name {
set endpoint_net [dbget [dbget top.insts.instTerms.name $endpoint_pin -p].net.name]
attachTerm $beginpoint_cell CP $endpoint_net
}

上面是将launch reg的cp与capture reg的CP net短接,从而消除ocv的影响,最大化cppr,但是launch的reg与capture reg 比较远时,capture前一级ck inv 到launch path会比较长,导致launch path time > capture path time

所以下面方法是将capture reg 的cp 与launch reg的 cp net 短接,既能消除ocv影响,也有利于setup 检查。
source /asic/home_asic/al_tianfj/eco/sa_mac/sa_macbeginpoint_pin
source /asic/home_asic/al_tianfj/eco/sa_mac/sa_macendpoint_cell

foreach beginpoint_pin $beginpoint_name endpoint_cell $endpoint_name {
set beginpoint_net [dbget [dbget top.insts.instTerms.name $beginpoint_pin -p].net.name]
attachTerm $endpoint_cell CP $beginpoint_net
}

  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值