Another update of the map file reader for LEF/DEF

This commit is contained in:
Matthias Koefferlein
2020-04-05 21:49:36 +02:00
parent dd63b727f8
commit ee3ee5bd8e
@@ -120,7 +120,7 @@ read_map_file (const std::string &path, db::LEFDEFLayerDelegate &layers)
if (w1 == "DIEAREA") {
std::string canonical_name = "(OUTLINE)";
std::string canonical_name = "OUTLINE";
lm.map (db::LayerProperties (canonical_name), n++, db::LayerProperties (layer, datatype));
} else if (w1 == "NAME") {