Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
macroplacement
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
macroplacement
Commits
d0339dfd
Commit
d0339dfd
authored
Sep 23, 2022
by
sakundu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated pdn flow script
Signed-off-by: sakundu <sakundu@ucsd.edu>
parent
5e4272d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Flows/util/pdn_flow.tcl
+2
-2
No files found.
Flows/util/pdn_flow.tcl
View file @
d0339dfd
...
...
@@ -113,11 +113,11 @@ while { $i < $lcount } {
}
else
if
{
$ism
== 1
}
{
setAddStripeMode -extend_to_closest_target none
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
\
-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
$prev
Layer -name mcro_blk
}
}
else
if
{
$isam
== 1
}
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment