select_obj [dbget -p top.insts.name $instance_name] editDelete -selected 3.在net上插入buffer #该命令相当于ICC2的add_buffer_on_route ecoAddRepeater –net $net_name –cell $buf_name –relativeDistToSink 0.5 \ –name $instance_name –newNetName $new_net_name 其中,relativeDistToSink越小...
dbSelectObj [dbget [dbget -p [dbGet -p top.nets.name $net].shieldNets.name GND].sWires.shieldNet.name $net -p2] 在PR实现中对于高速时钟信号,通常都需要加shielding来消除crosstalk。有的时候即便加了shielding net,pt中依然发现有若干ps的crosstalk,那么此时可以通过选中victim net的shielding vss net来...
set layer_name [get_db $object .layer.name] select_obj [get_db [dbQuery -area $box -layers $layer_name -objType wire] -if {.net.use != clock}] editDelete -selected } } define_proc_arguments hq_fix_shorts -info "Fix shorts based on DRC results" 执行proc hq_fix_shorts之后的结果...
dbGet top.insts.name *pattern* #获取匹配pattern的instancedbGet top.insts.name *pattern* -p #获取匹配pattern的instance的指针dbGet 0x2b6c47.name #获取指针0x2b6c47的名字dbGet head.libCells.name *pattern* #获取lib中匹配pattern的cell nameselect_obj [dbGet top.insts.name *pattern*] #选中匹配的...
dbSelectObj [dbget [dbget -p [dbGet -p top.nets.namenet].shieldNets.nameGND].sWires.shieldNet.namenet -p2] NOTE: $net is the net for which you want to select the shield. Find all instances of a certain cell type dbGet [dbGet -p2 top.insts.cell.name cellName].name ...
dbSelectObj [dbget [dbget -p [dbGet -p top.nets.name $net].shieldNets.name GND].sWires.shieldNet.name $net -p2] NOTE: $net is the net for which you want to select the shield. Find all instances of a certain cell type dbGet [dbGet -p2 top.insts.cell.name cellName].name ...
```foreach c [dbGet [dbGet -p2 top.insts.cell.baseClass block].name] {```setj [dbGet -p top.insts.name$c]```dbSelectObj [dbQuery -area [dbGet$j.box ] -objType regular]```puts"Deleting object at [dbGet$j.box ] within Block [dbget$j.name]"```editDelete -selected -type...
select_obj selectInst|selectNet 移动选中的物体 editMove -dx $x -dy $y move_objects -delta "$x $y" [get_selection ] 删除指定的PG Stripe/Ring/… ICC: remove_route_by_type ICC2: remoe_routes -ring/-stripe editDelete -shape 创建Placement Blockage ...
innovus自学小技巧之gui小配置 innovus⾃学⼩技巧之gui⼩配置1. innovus同时显⽰full_name和ref_name 2.innovus的std cell显⽰的颜⾊配置成icc颜⾊⼀样 3.innovus配置快捷键成和Icc⼀样 d 删除 bindKey d "deleteSelectedFromFPlan"esc 退出当前编辑状态 bindKey esc "uiSetTool select"m ...
CCMPR02114633 The add_fillers command causes Innovus 19.1 to hang for customer in tapeout. Works with 18.13-s088_1. CCMPR02113715 select_bump -net <netname> is not selecting the corresponding bumps CCMPR02112033 SEGV on a design CCMPR02111670 detachTerm SEGV due to user usage error ...