Another update of the map file reader for LEF/DEF

This commit is contained in:
Matthias Koefferlein 2020-03-29 21:25:49 +02:00
parent dd63b727f8
commit ee3ee5bd8e
1 changed files with 1 additions and 1 deletions

View File

@ -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") {