Guest User

Untitled

a guest
Feb 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # The only way I have found so far to get all hard_macro cells in DC.
  2. # Sucks that there isn't an "is_hard_macro" attribute like there is in ICC :(
  3. # The area of 200 is arbitrary. YMMV
  4. set all_hard_macros [get_cells * -hierarchical -filter {is_hierarchical==false && area > 200}]
  5.  
  6.  
  7.  
  8.  
  9. # Tags: Synopsys, Design Compiler, DC, Tcl, get_cells, macro cells
Add Comment
Please, Sign In to add comment