Replies: 1 comment 2 replies
-
You could use manual macro placement or see if the automatic macro placer will give you what you want. See https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/tree/master/flow/designs/asap7/mock-array as an example. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone ,
I currently have a tile based design and actually any other design is just a replication of it what i wanna do is to manually place those tile blocks beside each other as we can numerate them on a matrix form [[1,2,3],[4,5,6],[7,8,9]] the other design woul be just [[1,2,2,3],[4,5,5,6],[7,8,8,9]] is there a way to control the tile placement to be the same as the exmpla given and not random as i wanna the block 1 to be at the top left and same for any other tile number .
if theres any suggestion on how should i approach this problem .
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions