WIP: updated test data

This commit is contained in:
Matthias Koefferlein
2023-01-14 23:46:48 +01:00
parent 053269e0b2
commit 9f632f29d3
15 changed files with 3 additions and 3 deletions
@@ -305,13 +305,13 @@ TEST(1c_ReaderBasicShortWithProps)
db::CellMapping cm = l2n.cell_mapping_into (ly2, top2);
l2n.build_all_nets (cm, ly2, lmap, "NET_", db::LayoutToNetlist::NoProperties, tl::Variant (), db::LayoutToNetlist::BNH_Disconnected, 0, "DEVICE_");
l2n.build_all_nets (cm, ly2, lmap, "NET_", db::LayoutToNetlist::AllProperties, tl::Variant (), db::LayoutToNetlist::BNH_Disconnected, 0, "DEVICE_");
std::string au = tl::testdata ();
au = tl::combine_path (au, "algo");
au = tl::combine_path (au, "l2n_reader_au_p.oas");
db::compare_layouts (_this, ly2, au, db::WriteOAS);
db::compare_layouts (_this, ly2, au, db::NormalizationMode (db::WriteOAS | db::AsPolygons));
}
}
@@ -85,7 +85,7 @@ void run_test (tl::TestBase *_this, const std::string &file, const db::NetTracer
fn += file_au;
CHECKPOINT ();
db::compare_layouts (_this, layout_nets, fn, db::WriteOAS);
db::compare_layouts (_this, layout_nets, fn, db::NormalizationMode (db::WriteOAS | db::AsPolygons));
}
TEST(1)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.