mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Fixed #866 (probe net not working for floating subcircuits in hierarchical net tracer)
This commit is contained in:
@@ -1707,8 +1707,7 @@ NetTracerDialog::trace_all_nets (db::LayoutToNetlist *l2ndb, const lay::CellView
|
||||
l2ndb->clear_join_nets ();
|
||||
l2ndb->clear_join_net_names ();
|
||||
|
||||
// include floating subcircuits for netlist to flatten
|
||||
l2ndb->set_include_floating_subcircuits (flat);
|
||||
l2ndb->set_include_floating_subcircuits (true);
|
||||
l2ndb->extract_netlist ();
|
||||
|
||||
if (flat) {
|
||||
|
||||
Reference in New Issue
Block a user