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
7c3ef005
Commit
7c3ef005
authored
Jun 06, 2022
by
sakundu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added links
parent
6136263d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
CodeElements/Clustering/README.md
+5
-5
No files found.
CodeElements/Clustering/README.md
View file @
7c3ef005
...
...
@@ -5,16 +5,16 @@ It takes synthesized netlist and def file with placed IO pins as input,
then generates clustered netlist (in lef/def format) using hMETIS (1998 binary).
In default mode, it will also run RePlAce in GUI mode automatically to place
the clustered netlist. We implement the flow based on
[
**OpenROAD APIs**
](
https://github.com/The-OpenROAD-Project/OpenROAD
)
.
Please refer to
**the OpenROAD repo**
for explanation of each Tcl command.
Please refer to
[
**the OpenROAD repo**
](
https://github.com/The-OpenROAD-Project/OpenROAD
)
for explanation of each Tcl command.
We have provided the openroad exe in the
[
**utils**
](
./utils/
)
dir.
Input file:
setup.tcl
(you can follow the example to set up your own design)
Input file:
[
setup.tcl
](
./setup.tcl
)
(
you
can follow the example to set up your own design)
Output_files: clusters.lef and clustered_netlist.def
Output_files: clusters.lef and
clustered_netlist.def
Example commands: python
generate_clustered_netlist.py
ariane hmetis
Example commands: python
[
generate_clustered_netlist.py
](
./generate_clustered_netlist.py
)
ariane hmetis
You can use command: python
generate_clustered_netlist.py
-h for other options
You can use command: python
[
generate_clustered_netlist.py
](
./generate_clustered_netlist.py
)
-h for other options
Note: In this example, we use the ariane design implemented in NanGate45.
...
...
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