One correction to yesterday's commit for "lef write" enhancements:

If the last pin to be parsed generated no output, then the
obstructions would generate no output as well.
This commit is contained in:
Tim Edwards
2020-05-22 16:14:27 -04:00
parent 1e9334664c
commit 77d17a4fa7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
8.3.12 8.3.13
+1
View File
@@ -1202,6 +1202,7 @@ lefWriteMacro(def, f, scale, hide)
lc.lefMode = LEF_MODE_OBSTRUCT; lc.lefMode = LEF_MODE_OBSTRUCT;
lc.lastType = TT_SPACE; lc.lastType = TT_SPACE;
lc.needHeader = FALSE;
/* Restrict to routing planes only */ /* Restrict to routing planes only */