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
8dfc16b1
Commit
8dfc16b1
authored
Jan 23, 2023
by
sakundu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing header
Signed-off-by: sakundu <sakundu@ucsd.edu>
parent
364fd765
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
Flows/ASAP7/ariane133/scripts/cadence/fix_route_drc.tcl
+2
-0
Flows/ASAP7/ariane136/scripts/cadence/fix_route_drc.tcl
+2
-0
Flows/ASAP7/mempool_tile/scripts/cadence/fix_route_drc.tcl
+2
-0
No files found.
Flows/ASAP7/ariane133/scripts/cadence/fix_route_drc.tcl
View file @
8dfc16b1
# This script was written and developed by ABKGroup students at UCSD. However, the underlying commands and reports are copyrighted by Cadence.
# We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.
deselectAll
deselectAll
foreach
ptr
[
dbget top.markers
]
{
foreach
ptr
[
dbget top.markers
]
{
set msg
[
dbget
${ptr}
.message
]
set msg
[
dbget
${ptr}
.message
]
...
...
Flows/ASAP7/ariane136/scripts/cadence/fix_route_drc.tcl
View file @
8dfc16b1
# This script was written and developed by ABKGroup students at UCSD. However, the underlying commands and reports are copyrighted by Cadence.
# We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.
deselectAll
deselectAll
foreach
ptr
[
dbget top.markers
]
{
foreach
ptr
[
dbget top.markers
]
{
set msg
[
dbget
${ptr}
.message
]
set msg
[
dbget
${ptr}
.message
]
...
...
Flows/ASAP7/mempool_tile/scripts/cadence/fix_route_drc.tcl
View file @
8dfc16b1
# This script was written and developed by ABKGroup students at UCSD. However, the underlying commands and reports are copyrighted by Cadence.
# We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.
deselectAll
deselectAll
foreach
ptr
[
dbget top.markers
]
{
foreach
ptr
[
dbget top.markers
]
{
set msg
[
dbget
${ptr}
.message
]
set msg
[
dbget
${ptr}
.message
]
...
...
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