From 77d17a4fa74904e68250c294ea025fb97a1a4d37 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Fri, 22 May 2020 16:14:27 -0400 Subject: [PATCH] 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. --- VERSION | 2 +- lef/lefWrite.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 706b3803..b20417a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.12 +8.3.13 diff --git a/lef/lefWrite.c b/lef/lefWrite.c index 68ea9df3..5b3e4502 100644 --- a/lef/lefWrite.c +++ b/lef/lefWrite.c @@ -1202,6 +1202,7 @@ lefWriteMacro(def, f, scale, hide) lc.lefMode = LEF_MODE_OBSTRUCT; lc.lastType = TT_SPACE; + lc.needHeader = FALSE; /* Restrict to routing planes only */