Hello. In the lefdef reader, the routing suffix string is wrongly set to special-routing-suffix-string making special routing options not persist upon quitting klayout. See the line below
|
tl::make_member (&LEFDEFReaderOptions::routing_suffix_str, &LEFDEFReaderOptions::set_routing_suffix_str, "special-routing-suffix-string") + |
Hello. In the lefdef reader, the routing suffix string is wrongly set to
special-routing-suffix-stringmaking special routing options not persist upon quitting klayout. See the line belowklayout/src/plugins/streamers/lefdef/db_plugin/dbLEFDEFPlugin.cc
Line 385 in 8bd58be