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
3580dae2
Commit
3580dae2
authored
Jun 06, 2022
by
sakundu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Ariane 136 scripts
parent
9f2a83f8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
Flows/NanGate45/ariane136/netlist/ariane.v
+0
-0
Flows/NanGate45/ariane136/scripts/cadence/gen_mp_config.tcl
+23
-0
Flows/NanGate45/ariane136/scripts/cadence/run_invs.tcl
+1
-0
No files found.
Flows/NanGate45/ariane136/netlist/ariane.v
View file @
3580dae2
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Flows/NanGate45/ariane136/scripts/cadence/gen_mp_config.tcl
0 → 100644
View file @
3580dae2
# This script was written and developed by OpenROAD (or 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.
puts
"VERSION 1.0"
set
mem_hier
""
foreach
a
[
dbget
[
dbget top.insts.cell.name fakeram45_* -p2
]
.name
]
{
regexp
{(
.*
)(
/
)([
^/
]
*
)}
$a
c b
lappend mem_hier
$b
}
set
unique_mem_hier
[
lsort
-unique
$mem
_hier
]
puts
"BEGIN SEED"
foreach
a
$unique
_mem_hier
{
puts
"name=
$a
"
}
puts
"END SEED"
puts
"BEGIN MACRO"
foreach
a
[
dbget top.insts.cell.name fakeram45_* -u
]
{
puts
"name=
$a
orient={R0} isCell=true minRightSpace=10 minLeftSpace=10 minTopSpace=5 minBottomSpace=5"
}
puts
"END MACRO"
puts
"BEGIN CONSTRAINT"
puts
"END CONSTRAINT"
Flows/NanGate45/ariane136/scripts/cadence/run_invs.tcl
View file @
3580dae2
...
@@ -77,6 +77,7 @@ createBasicPathGroups -expanded
...
@@ -77,6 +77,7 @@ createBasicPathGroups -expanded
floorPlan -r 1.0
$util
10 10 10 10
floorPlan -r 1.0
$util
10 10 10 10
## Macro Placement ##
## Macro Placement ##
redirect mp_config.tcl
{
source
gen_mp_config.tcl
}
proto_design -constraints mp_config.tcl
proto_design -constraints mp_config.tcl
refine_macro_place
refine_macro_place
saveDesign
${encDir}
/$
{
design
}
_floorplan.enc
saveDesign
${encDir}
/$
{
design
}
_floorplan.enc
...
...
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