Manual Macro Placement through GUI #6906
Answered
by
Avyshnavi04
Avyshnavi04
asked this question in
Q&A
-
|
I'm looking for guidance on how to manually place macros through gui or through the scripts...
|
Beta Was this translation helpful? Give feedback.
Answered by
Avyshnavi04
Apr 1, 2025
Replies: 1 comment 7 replies
-
|
See https://openroad.readthedocs.io/en/latest/main/src/mpl/README.html#place-macro The GUI is mostly for viewing and not editing. You can through the inspector set coordinates by hand but it isn't much better than using the command. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,
well for the manual macro placement by using the command place_macro we are getting like macro position is locked so, I tried by using place_inst -status its not changing .... seen that there is no command to change the placement status of macro .. actually before the auto floorplan need to do the manual macro placement? or how to do that ?