From ff10aedf69ccdcde437af9f9915f0cbd4175f51c Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Tue, 5 Apr 2022 09:50:36 -0400 Subject: [PATCH] Added a prototype declaration for LefReadLayerSection (see github issue tracker issue #154). --- VERSION | 2 +- lef/lefInt.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4a0d8f90..125c0199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.286 +8.3.287 diff --git a/lef/lefInt.h b/lef/lefInt.h index e46dda74..949f73ba 100644 --- a/lef/lefInt.h +++ b/lef/lefInt.h @@ -152,6 +152,7 @@ void LefAddViaGeometry(); void LefGenViaGeometry(); Rect *LefReadRect(); TileType LefReadLayer(); +void LefReadLayerSection(); LefMapping *defMakeInverseLayerMap();