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.
This commit is contained in:
Tim Edwards 2023-03-13 10:18:17 -04:00
parent 913c830dee
commit c077e1acef
2 changed files with 1 additions and 10 deletions

View File

@ -1 +1 @@
8.3.378
8.3.379

View File

@ -132,18 +132,9 @@ LEF-format input and output
There are specific property names associated with the LEF format.
These are as follows:
<DL>
<DT> <B>LEFshape</B>
<DD> Corresponds to the value of <B>SHAPE</B> for a macro
cell in the LEF format.
<DT> <B>LEFuse</B>
<DD> Corresponds to the value of <B>USE</B> for a macro
cell in the LEF format.
<DT> <B>LEFclass</B>
<DD> Corresponds to the value of <B>CLASS</B> for a macro
cell in the LEF format.
<DT> <B>LEFsource</B>
<DD> Corresponds to the value of <B>SOURCE</B> for a macro
cell in the LEF format.
<DT> <B>LEFsymmetry</B>
<DD> Corresponds to the value of <B>SYMMETRY</B> for a macro
cell in the LEF format.