|  | 
 
 发表于 2011-9-7 12:56:30
|
显示全部楼层 
| 逻辑上 应该在sroute,addStripe之前连接所有pg pin和pg net 如
 globalNetConnect VDD -type pgpin -pin VDD  -inst *
 globalNetConnect VSS  -type pgpin -pin VSS  -inst *
 globalNetConnect VDD -type tiehi  -inst *
 globalNetConnect VSS  -type tielo  -inst * ,
 
 否则做pg route没啥用,tap不上,  每次做完大步骤,比如placedesign , clockdesign ,optdesign
 后,都可以update下globalnet connection for VDD/VSS ,
 
 std cell rail用sroute连接,选core pin ,  画strip用addStripe,   addRing 画ring,
 | 
 |