Updated golden data of unit tests.

This commit is contained in:
Matthias Koefferlein 2019-06-13 09:02:47 +02:00
parent 3dd2978d1f
commit 8e1dadbe59
3 changed files with 1 additions and 1 deletions

View File

@ -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) {
// shortcut if cell is empty -> no net cell will be produced
return;

Binary file not shown.

Binary file not shown.