mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-03 16:30:20 +02:00
WIP: GSI binding of LVS framework, tests and debugging
This commit is contained in:
@@ -34,7 +34,7 @@ NetlistCrossReferenceModel::NetlistCrossReferenceModel (const db::NetlistCrossRe
|
||||
|
||||
size_t NetlistCrossReferenceModel::circuit_count () const
|
||||
{
|
||||
return mp_cross_ref->circuit_count ();
|
||||
return mp_cross_ref.get () ? mp_cross_ref->circuit_count () : 0;
|
||||
}
|
||||
|
||||
size_t NetlistCrossReferenceModel::net_count (const circuit_pair &circuits) const
|
||||
|
||||
Reference in New Issue
Block a user