mirror of https://github.com/KLayout/klayout.git
Updated golden data of unit tests.
This commit is contained in:
parent
3dd2978d1f
commit
8e1dadbe59
|
|
@ -700,7 +700,7 @@ LayoutToNetlist::build_net_rec (db::cell_index_type ci, size_t cid, db::Layout &
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool consider_cell = !deliver_shapes_of_net (hier_mode == BNH_Flatten, mp_netlist.get (), m_net_clusters, ci, cid, sof_lmap, tr, 0);
|
bool consider_cell = ! deliver_shapes_of_net (hier_mode == BNH_Flatten, mp_netlist.get (), m_net_clusters, ci, cid, sof_lmap, tr, 0);
|
||||||
if (! consider_cell) {
|
if (! consider_cell) {
|
||||||
// shortcut if cell is empty -> no net cell will be produced
|
// shortcut if cell is empty -> no net cell will be produced
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue