mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
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:
@@ -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 */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user