The-OpenROAD-Project / OpenSTA

OpenSTA engine
GNU General Public License v3.0
399 stars 172 forks source link

How can I find the class definition of Instance & Pin? #35

Closed SimLogic closed 4 years ago

SimLogic commented 4 years ago

Hello, James, Like below source API shows, could you please point me to the source code of class like Pin or Instance?

Thanks!

Pin Network::findPin(const Instance instance, const LibertyPort *port) const { return findPin(instance, port->name()); }

jjcherry56 commented 4 years ago

They don't exist. See doc/StaApi.txt