MCPcopy Create free account
hub / github.com/KLayout/klayout / get_lvsdb

Function get_lvsdb

src/laybasic/laybasic/gsiDeclLayLayoutViewBase.cc:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215static db::LayoutVsSchematic *get_lvsdb (lay::LayoutViewBase *view, unsigned int index)
216{
217 db::LayoutToNetlist *db = view->get_l2ndb (index);
218 return dynamic_cast<db::LayoutVsSchematic *> (db);
219}
220
221static unsigned int add_lvsdb (lay::LayoutViewBase *view, db::LayoutVsSchematic *lvsdb)
222{

Callers

nothing calls this directly

Calls 1

get_l2ndbMethod · 0.80

Tested by

no test coverage detected