You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are multiple path segments on the same layer, klayout currently creates multiple two point path segments.
It used to write these as a single multi-point path.
Please expose the single vs multipart path behavior as an def import option.
If there are multiple path segments on the same layer, klayout currently creates multiple two point path segments.
It used to write these as a single multi-point path.
Please expose the single vs multipart path behavior as an def import option.
src/plugins/streamers/lefdef/db_plugin/dbDEFImporter.cc
427 #if 0
428 // single path
...
435 #else
436 // multipart paths
The text was updated successfully, but these errors were encountered: