<https://github.com/The-OpenROAD-Project/OpenLane/...
# openlane
k
We had done 2 Macro based PNR using OpenLane. You might want to take a look https://github.com/manili/VSDBabySoC https://github.com/vsdip/VSDMemSoC Please contact @User
a
def template is only used for IO pin definitions. If you want to manually place the macros use manual macro placement example as reference. I am currently working on proposal to fix this, so that three defs can be used: one for IO, one for fixed net and its connections and one with fixed macro placement. I am thinking to make possible for all configs to point to same DEF or different DEFs.
Quote from documentation: This will be used to exctract pin names, locations, shapes -excluding power and ground pins- as well as the die area
r
Yes i found the way kunal pointed - use macro.cfg file , now its able to read but seems it ran to some other problem. Need to revisit