Skip to content

Design size and memory usage #4178

Closed Answered by maliberty
lustefan97 asked this question in Q&A
Discussion options

You must be logged in to vote

A bigger die area means more placement sites in the rows, more area to manage during placement, more fill cells, etc.

On what PDK was this experiment? In your highest memory case, what was the memory usage at each step?

If you split the design and the build an abstract (a .lef & .lib) for each piece then the top level will take less memory as it isn't seeing the details. This is a common strategy for hierarchical design. You can see an example of this in https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/tree/master/flow/designs/asap7/mock-array

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@lustefan97
Comment options

@maliberty
Comment options

@lustefan97
Comment options

Answer selected by lustefan97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants