Commit d0339dfd by sakundu

Updated pdn flow script

Signed-off-by: sakundu <sakundu@ucsd.edu>
parent 5e4272d9
...@@ -113,11 +113,11 @@ while { $i < $lcount } { ...@@ -113,11 +113,11 @@ while { $i < $lcount } {
} elseif { $ism == 1 } { } elseif { $ism == 1 } {
setAddStripeMode -extend_to_closest_target none setAddStripeMode -extend_to_closest_target none
setAddStripeMode -inside_cell_only true setAddStripeMode -inside_cell_only true
foreach mcell [dbget [dbget top.insts.cell.subClass block -p2 ].cell.name -u] { foreach mcell [dbget [dbget top.insts.cell.subClass block -p2 ].cell.name -u -e] {
addStripe -layer $lname -direction $dir -nets $nets -width $wdth -spacing $spc \ addStripe -layer $lname -direction $dir -nets $nets -width $wdth -spacing $spc \
-start_offset $sofst -set_to_set_distance $ptch -master $mcell -start_offset $sofst -set_to_set_distance $ptch -master $mcell
} }
foreach inst [dbget [dbget top.insts.cell.subClass block -p2 ].name ] { foreach inst [dbget [dbget top.insts.cell.subClass block -p2 ].name -e ] {
createRouteBlk -inst $inst -cover -layer $prevLayer -name mcro_blk createRouteBlk -inst $inst -cover -layer $prevLayer -name mcro_blk
} }
} elseif { $isam == 1 } { } elseif { $isam == 1 } {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment