WIP: GSI binding of LVS framework, tests and debugging

This commit is contained in:
Matthias Koefferlein
2019-05-26 01:37:45 +02:00
parent 14bc72039e
commit 89cbe930ae
7 changed files with 446 additions and 34 deletions
@@ -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