coriolis/stratus1/doc/stratus/man_place_centric.tex

51 lines
1.5 KiB
TeX
Raw Normal View History

2010-07-12 10:33:22 -05:00
\subsubsection{Name}
PlaceCentric -- Placement of an instance in the middle of an abutment box
\subsubsection{Synopsys}
\begin{verbatim}
PlaceCentric ( ins )
\end{verbatim}
\subsubsection{Description}
This function places an instance in the middle of and abutment box.\\
\indent The instance has to be instantiated in the method \verb-Netlist- in order to use this function.
\subsubsection{Parameters}
\begin{itemize}
\item \verb-ins- : Instance to place
\end{itemize}
%\subsubsection{Example}
%
%\begin{verbatim}
%PlaceCentric ( core )
%\end{verbatim}
%
\subsubsection{Errors}
Some errors may occur :
\begin{itemize}
\item \verb-[Stratus ERROR] PlaceCentric: the instance does not exist.-\\The instance must be instanciated in order to be placed.
\item \verb-[Stratus ERROR] PlaceCentric :-\\\verb-the instance's size is greater than this model.-\\The instance must fit in the abutment box. The abutment box may not be big enough.
\end{itemize}
\begin{htmlonly}
\subsubsection{See Also}
\hyperref[ref]{\emph{Introduction}}{}{Introduction}{secintroduction}
\hyperref[ref]{\emph{Layout}}{}{Layout}{seclayout}
\hyperref[ref]{\emph{PlaceGlu}}{}{PlaceGlu}{secglu}
\hyperref[ref]{\emph{FillCell}}{}{FillCell}{secfillcell}
\hyperref[ref]{\emph{Pads}}{}{Pads}{secpads}
\hyperref[ref]{\emph{Alimentation rails}}{}{Alimentation rails}{secrails}
\hyperref[ref]{\emph{Alimentation connectors}}{}{Alimentation connectors}{secconnectors}
\hyperref[ref]{\emph{PowerRing}}{}{PowerRing}{secpowerring}
\hyperref[ref]{\emph{RouteCk}}{}{RouteCk}{secrouteck}
\end{htmlonly}