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:
parent
1e9334664c
commit
77d17a4fa7
|
|
@ -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 */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue