I wonder what is the method to show inside macros ...
# openlane
b
I wonder what is the method to show inside macros in openroad -gui? I used read_def in user_project_wrapper.def but it only shows connections between macros, since there is no stdandard logic in top module and it shows empty inside macros do I need to read_def first macro def files ?
a
you need to read the lef files
b
great thanks a lot !
m
Note that the lef is an abstract not the full details of the macro's interior
b
actually, I want to get a good full scale detailed image showing all the layers inside the macro, @Matt Liberty isn't that possible in openroad -gui utilizing a top module having macros?
m
We don't support hierarchical DEF and the LEF is an abstract not the full details. You could view the gds if you want the full details in magic or klayout.