Fixed issue #1432 (strm2oas def ignores path segment)

This commit is contained in:
Matthias Koefferlein
2023-07-29 02:45:17 +02:00
parent abf2970438
commit 3b9f3eae20
6 changed files with 29 additions and 2 deletions
@@ -588,8 +588,8 @@ DEFImporter::read_single_net (std::string &nondefaultrule, Layout &layout, db::C
error (tl::to_string (tr ("RECT routing specification not followed by coordinate list")));
}
// breaks wiring
pts.clear ();
// breaks wiring? Issue #1432 says: no.
// pts.clear ();
// rect spec
@@ -986,3 +986,9 @@ TEST(207_joined_paths)
run_test (_this, "issue-1345", "lef:in.lef+def:in.def", "au-nojoin.oas.gz", default_options (), false);
}
// issue-1432
TEST(208_nets_and_rects)
{
run_test (_this, "issue-1432", "map:test.map+lef:test.lef+def:test.def", "au.oas", default_options (), false);
}