WIP: experimental - introducing net DRC, first steps

This commit is contained in:
Matthias Koefferlein
2023-01-07 23:42:59 +01:00
parent af30695ab3
commit f9ccb60dd9
6 changed files with 206 additions and 36 deletions
@@ -78,7 +78,7 @@ void run_test (tl::TestBase *_this, const std::string &file, const db::NetTracer
db::Cell &top_cell = layout_nets.cell (layout_nets.add_cell ("NETS"));
db::CellMapping cm = l2ndb.cell_mapping_into (layout_nets, top_cell);
l2ndb.build_all_nets (cm, layout_nets, l2ndb.create_layermap (layout_nets, 1000), "NET_", tl::Variant (), db::LayoutToNetlist::BNH_SubcircuitCells, "CIRCUIT_", 0);
l2ndb.build_all_nets (cm, layout_nets, l2ndb.create_layermap (layout_nets, 1000), "NET_", db::LayoutToNetlist::NoProperties, tl::Variant (), db::LayoutToNetlist::BNH_SubcircuitCells, "CIRCUIT_", 0);
std::string fn (tl::testdata ());
fn += "/net_tracer/";