159 lines
4.2 KiB
HTML
159 lines
4.2 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>PlaceCentric</TITLE>
|
|
<META NAME="description" CONTENT="PlaceCentric">
|
|
<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="node28.html">
|
|
<LINK REL="previous" HREF="node26.html">
|
|
<LINK REL="up" HREF="node20.html">
|
|
<LINK REL="next" HREF="node28.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="node26.html">CopyUpSegment</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="node28.html">PlaceGlu</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="tex2html677"
|
|
HREF="node27.html#SECTION00067100000000000000">Name</A>
|
|
<LI><A NAME="tex2html678"
|
|
HREF="node27.html#SECTION00067200000000000000">Synopsys</A>
|
|
<LI><A NAME="tex2html679"
|
|
HREF="node27.html#SECTION00067300000000000000">Description</A>
|
|
<LI><A NAME="tex2html680"
|
|
HREF="node27.html#SECTION00067400000000000000">Parameters</A>
|
|
<LI><A NAME="tex2html681"
|
|
HREF="node27.html#SECTION00067500000000000000">Errors</A>
|
|
<LI><A NAME="tex2html682"
|
|
HREF="node27.html#SECTION00067600000000000000">See Also</A>
|
|
</UL>
|
|
<!--End of Table of Child-Links-->
|
|
<HR>
|
|
|
|
<H2><A NAME="SECTION00067000000000000000"></A>
|
|
<A NAME="seccentric"></A>
|
|
<BR>
|
|
PlaceCentric
|
|
</H2>
|
|
|
|
<H3><A NAME="SECTION00067100000000000000">
|
|
Name</A>
|
|
</H3>
|
|
|
|
<P>
|
|
PlaceCentric - Placement of an instance in the middle of an abutment box
|
|
|
|
<P>
|
|
|
|
<H3><A NAME="SECTION00067200000000000000">
|
|
Synopsys</A>
|
|
</H3>
|
|
|
|
<P>
|
|
<PRE>
|
|
PlaceCentric ( ins )
|
|
</PRE>
|
|
|
|
<P>
|
|
|
|
<H3><A NAME="SECTION00067300000000000000">
|
|
Description</A>
|
|
</H3>
|
|
|
|
<P>
|
|
This function places an instance in the middle of and abutment box.
|
|
<BR>
|
|
The instance has to be instantiated in the method <code>Netlist</code> in order to use this function.
|
|
|
|
<P>
|
|
|
|
<H3><A NAME="SECTION00067400000000000000">
|
|
Parameters</A>
|
|
</H3>
|
|
|
|
<P>
|
|
|
|
<UL>
|
|
<LI><code>ins</code> : Instance to place
|
|
</LI>
|
|
</UL>
|
|
|
|
<P>
|
|
|
|
<H3><A NAME="SECTION00067500000000000000">
|
|
Errors</A>
|
|
</H3>
|
|
|
|
<P>
|
|
Some errors may occur :
|
|
|
|
<UL>
|
|
<LI><code>[Stratus ERROR] PlaceCentric: the instance does not exist.</code>
|
|
<BR>
|
|
The instance must be instanciated in order to be placed.
|
|
</LI>
|
|
<LI><code>[Stratus ERROR] PlaceCentric :</code>
|
|
<BR><code>the instance's size is greater than this model.</code>
|
|
<BR>
|
|
The instance must fit in the abutment box. The abutment box may not be big enough.
|
|
</LI>
|
|
</UL>
|
|
|
|
<P>
|
|
|
|
<H3><A NAME="SECTION00067600000000000000">
|
|
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="node28.html#secglu"><SPAN CLASS="textit">PlaceGlu</SPAN></A>
|
|
<A HREF="node29.html#secfillcell"><SPAN CLASS="textit">FillCell</SPAN></A>
|
|
<A HREF="node30.html#secpads"><SPAN CLASS="textit">Pads</SPAN></A>
|
|
<A HREF="node31.html#secrails"><SPAN CLASS="textit">Alimentation rails</SPAN></A>
|
|
<A HREF="node32.html#secconnectors"><SPAN CLASS="textit">Alimentation connectors</SPAN></A>
|
|
<A HREF="node33.html#secpowerring"><SPAN CLASS="textit">PowerRing</SPAN></A>
|
|
<A HREF="node34.html#secrouteck"><SPAN CLASS="textit">RouteCk</SPAN></A>
|
|
|
|
<P>
|
|
<BR> <HR>
|
|
<ADDRESS>
|
|
Sophie B<small>ELLOEIL</small><br>20051116.1
|
|
</ADDRESS>
|
|
</BODY>
|
|
</HTML>
|