coriolis/stratus1/doc/stratus/latex/stratus/node21.html

201 lines
5.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2012 (1.2)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>PlaceSegment</TITLE>
<META NAME="description" CONTENT="PlaceSegment">
<META NAME="keywords" CONTENT="stratus">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="LaTeX2HTML v2012">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="SoC.css">
<LINK REL="next" HREF="node22.html">
<LINK REL="previous" HREF="node20.html">
<LINK REL="up" HREF="node20.html">
<LINK REL="next" HREF="node22.html">
</HEAD>
<BODY >
<DIV CLASS="navigation">
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr><td class="navigation" align="left" width="33%"><B>Previous</B></td>
<td class="navigation" align="center" width="34%"><B>Up</B></td>
<td class="navigation" align="right" width="33%"><B>Next</B></td>
</tr><tr>
<td class="navigation" align="left" width="33%"><A HREF="node20.html">Place and Route</A></td>
<td class="navigation" align="center" width="34%"><A HREF="node20.html">Place and Route</A></td>
<td class="navigation" align="right" width="33%"><A HREF="node22.html">PlaceContact</A></td>
</tr></table>
<hr>
<br>
</DIV>
<!--End of Navigation Panel-->
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
<UL CLASS="ChildLinks">
<LI><A NAME="tex2html575"
HREF="node21.html#SECTION00061100000000000000">Name</A>
<LI><A NAME="tex2html576"
HREF="node21.html#SECTION00061200000000000000">Synopsys</A>
<LI><A NAME="tex2html577"
HREF="node21.html#SECTION00061300000000000000">Description</A>
<LI><A NAME="tex2html578"
HREF="node21.html#SECTION00061400000000000000">Parameters</A>
<LI><A NAME="tex2html579"
HREF="node21.html#SECTION00061500000000000000">Example</A>
<LI><A NAME="tex2html580"
HREF="node21.html#SECTION00061600000000000000">Errors</A>
<LI><A NAME="tex2html581"
HREF="node21.html#SECTION00061700000000000000">See Also</A>
</UL>
<!--End of Table of Child-Links-->
<HR>
<H2><A NAME="SECTION00061000000000000000"></A>
<A NAME="secsegment"></A>
<BR>
PlaceSegment
</H2>
<H3><A NAME="SECTION00061100000000000000">
Name</A>
</H3>
<P>
PlaceSegment - Places a segment
<P>
<H3><A NAME="SECTION00061200000000000000">
Synopsys</A>
</H3>
<P>
<PRE>
PlaceSegment ( net, layer, point1, point2, width )
</PRE>
<P>
<H3><A NAME="SECTION00061300000000000000">
Description</A>
</H3>
<P>
Placement of a segment.
<BR>
The segment is created between <code>point1</code> and <code>point2</code> on the layer <code>layer</code> and with width <code>width</code>. It belongs to the net <code>net</code>.
<BR>
Note that the segment must be horizontal or vertival.
<P>
<H3><A NAME="SECTION00061400000000000000">
Parameters</A>
</H3>
<P>
<UL>
<LI><code>net</code> : Net which the segment belongs to
</LI>
<LI><code>layer</code> : Layer of the segment.
<BR>
The <code>layer</code> argument is a string wich can take different values, thanks to the technology (file described in HUR_TECHNO_NAME)
<UL>
<LI>NWELL, PWELL, ptie, ntie, pdif, ndif, ntrans, ptrans, poly, ALU1, ALU2, ALU3, ALU4, ALU5, ALU6, VIA1, VIA2, VIA3, VIA4, VIA5, TEXT, UNDEF, SPL1, TALU1, TALU2, TALU3, TALU4, TALU5, TALU6, POLY, NTIE, PTIE, NDIF, PDIF, PTRANS, NTRANS, CALU1, CALU2, CALU3, CALU4, CALU5, CALU6, CONT_POLY, CONT_DIF_N, CONT_DIF_P, CONT_BODY_N, CONT_BODY_P, via12, via23, via34, via45, via56, via24, via25, via26, via35, via36, via46, CONT_TURN1, CONT_TURN2, CONT_TURN3, CONT_TURN4, CONT_TURN5, CONT_TURN6
</LI>
</UL>
</LI>
<LI><code>point1</code>, <code>point2</code> : The segment is created between those two points
</LI>
</UL>
<P>
<H3><A NAME="SECTION00061500000000000000">
Example</A>
</H3>
<P>
<PRE>
PlaceSegment ( myNet, "ALU3", XY (10, 0), XY (10, 100), 2 )
</PRE>
<P>
<H3><A NAME="SECTION00061600000000000000">
Errors</A>
</H3>
<P>
Some errors may occur :
<UL>
<LI><code>[Stratus ERROR] PlaceSegment : Argument layer must be a string.</code>
</LI>
<LI><code>[Stratus ERROR] PlaceSegment : Wrong argument,</code>
<BR><code>the coordinates of the segment must be put in XY objects.</code>
</LI>
<LI><code>[Stratus ERROR] PlaceSegment : Segments are vertical or horizontal.</code>
<BR>
The two references given as argument do not describe a vertical or horizontal segment. Wether coordinate x or y of the references must be identical.
</LI>
</UL>
<P>
<H3><A NAME="SECTION00061700000000000000">
See Also</A>
</H3>
<P>
<A HREF="node3.html#secintroduction"><SPAN CLASS="textit">Introduction</SPAN></A>
<A HREF="node10.html#seclayout"><SPAN CLASS="textit">Layout</SPAN></A>
<A HREF="node22.html#seccontact"><SPAN CLASS="textit">PlaceContact</SPAN></A>
<A HREF="node23.html#secpin"><SPAN CLASS="textit">PlacePin</SPAN></A>
<A HREF="node24.html#secref"><SPAN CLASS="textit">PlaceRef</SPAN></A>
<A HREF="node25.html#secgetref"><SPAN CLASS="textit">GetRefXY</SPAN></A>
<A HREF="#CopyUpSegment">]</A>seccopy
<P>
<DIV CLASS="navigation">
<p>
<hr><table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr><td class="navigation" align="left" width="33%"><B>Previous</B></td>
<td class="navigation" align="center" width="34%"><B>Up</B></td>
<td class="navigation" align="right" width="33%"><B>Next</B></td>
</tr><tr>
<td class="navigation" align="left" width="33%"><A HREF="node20.html">Place and Route</A></td>
<td class="navigation" align="center" width="34%"><A HREF="node20.html">Place and Route</A></td>
<td class="navigation" align="right" width="33%"><A HREF="node22.html">PlaceContact</A></td>
</tr></table>
<hr>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
Sophie B<small>ELLOEIL</small><br>20051116.1
</ADDRESS>
</BODY>
</HTML>