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:
parent
913c830dee
commit
c077e1acef
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue