mirror of https://github.com/KLayout/klayout.git
Another update of the map file reader for LEF/DEF
This commit is contained in:
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") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue