From 0a532f5721c633c62ea7b2e8accd6fd6e625ee27 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Sat, 8 Aug 2020 14:02:29 -0400 Subject: [PATCH] Applied a patch from Ahmed Ghazy that corrects an error reading PINS from a DEF file that have the PLACED or FIXED property declared before LAYER. --- VERSION | 2 +- lef/defRead.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 283b9214..867d7b9f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.47 +8.3.48 diff --git a/lef/defRead.c b/lef/defRead.c index 18c8b274..9d41dc00 100644 --- a/lef/defRead.c +++ b/lef/defRead.c @@ -1025,6 +1025,7 @@ DefReadPins(f, rootDef, sname, oscale, total) break; } pending = FALSE; + curlayer = -1; /* Now do a search through the line for "+" entries */ /* And process each. */