mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 02:47:48 +02:00
Another update of the map file reader for LEF/DEF
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user