WIP: debugging, first tests pass.

This commit is contained in:
Matthias Koefferlein 2023-02-21 00:17:41 +01:00
parent ac5616a583
commit 49d3edd26a
1 changed files with 0 additions and 5 deletions

View File

@ -1541,11 +1541,6 @@ SpiceNetlistBuilder::build_circuit (const SpiceCachedCircuit *cc, const paramete
c->set_name (make_circuit_name (cc->name (), pv));
}
for (auto p = cc->begin_pins (); p != cc->end_pins (); ++p) {
// we'll make the names later
c->add_pin (std::string ());
}
register_circuit_for (cc, pv, c, anonymous_top_level);
std::unique_ptr<std::map<std::string, db::Net *> > n2n (mp_nets_by_name.release ());