From c077e1acefbb70a2f5d6508b46605be17c33a42b Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Mon, 13 Mar 2023 10:18:17 -0400 Subject: [PATCH] Removed from the "lef" HTML document some mentions of property names that aren't actually handled by the "lef write" command. The three mentions are "LEFsource", "LEFuse", and "LEFshape", all of which refer to names of pin properties, not macro properties. These mentions were probably left over from early work. --- VERSION | 2 +- doc/html/lef.html | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 03864c68..821e3c85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.378 +8.3.379 diff --git a/doc/html/lef.html b/doc/html/lef.html index 504d9f2f..c387cf64 100644 --- a/doc/html/lef.html +++ b/doc/html/lef.html @@ -132,18 +132,9 @@ LEF-format input and output There are specific property names associated with the LEF format. These are as follows:
-
LEFshape -
Corresponds to the value of SHAPE for a macro - cell in the LEF format. -
LEFuse -
Corresponds to the value of USE for a macro - cell in the LEF format.
LEFclass
Corresponds to the value of CLASS for a macro cell in the LEF format. -
LEFsource -
Corresponds to the value of SOURCE for a macro - cell in the LEF format.
LEFsymmetry
Corresponds to the value of SYMMETRY for a macro cell in the LEF format.