~ubuntu-branches/ubuntu/wily/electric/wily-proposed

« back to all changes in this revision

Viewing changes to com/sun/electric/tool/user/help/helphtml/chap08-10.html

  • Committer: Package Import Robot
  • Author(s): Markus Koschany
  • Date: 2015-08-12 13:15:54 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20150812131554-k4amekjrk0qw6cju
Tags: 9.06+dfsg-1
* Imported Upstream version 9.06+dfsg.
* Use --download-current-version for get-orig-source target.
* Declare compliance with Debian Policy 3.9.6.
* Vcs-Browser field: Switch to cgit.
* debian/control: Add all build-dependencies only to Build-Depends.
* Install ElectricIcon64x64.png icon. Drop debian/icons directory.
  Convert ElectricIcon64x64.png with imagemagick to electric.xpm at
  build-time.
* Update copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
853
853
</UL>
854
854
Here are the possible rules:
855
855
<UL>
856
 
<LI><B>LayerRule</B> is a rule for a single layer.
 
856
<LI><B>LayerRule</B> is a rule for one or more layers.
857
857
In addition to the standard attributes, this rule has one or more layer names to which it applies.
858
858
The type of information can be
859
859
MINWID (minimum width of the layer),
860
860
MINAREA (the minimum area of the layer), or
861
861
MINENCLOSEDAREA (the minimum area of any hold in a polygon).
862
862
Example:<BR>
863
 
<CODE><FONT SIZE="-1">&nbsp;&nbsp;&nbsp;&lt;LayerRule ruleName="1.1 Mosis" layerName="P-Well, N-Well" when="ALL"<BR>
 
863
<CODE><FONT SIZE="-1">&nbsp;&nbsp;&nbsp;&lt;LayerRule ruleName="1.1 Mosis" layerName="{P-Well, N-Well}" when="ALL"<BR>
864
864
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type="MINWID" value="12.0"/&gt;</FONT></CODE><BR>
865
865
</LI>
866
866
<LI><B>LayersRule</B> is a rule for the interaction of two different layers.