coriolis/stratus1/doc/stratus/man_place.tex

65 lines
2.6 KiB
TeX
Raw Normal View History

2010-07-12 10:33:22 -05:00
\subsubsection{Name}
Place -- Places an instance
\subsubsection{Synopsys}
\begin{verbatim}
Place ( ins, sym, point )
\end{verbatim}
\subsubsection{Description}
Placement of an instance.\\
\indent The instance has to be instantiated in the method \verb-Netlist-, in order to use the \verb-Place- function.
\subsubsection{Parameters}
\begin{itemize}
\item \verb-ins- : Instance to place.
\item \verb-sym- : Geometrical operation to be performed on the instance before beeing placed.\\The \verb-sym- argument can take eight legal values :
\begin{itemize}
\item \verb-NOSYM- : no geometrical operation is performed
\item \verb-SYM_Y- : Y becomes -Y, that means toward X axe symetry
\item \verb-SYM_X- : X becomes -X, that means toward Y axe symetry
\item \verb-SYMXY- : X becomes -X, Y becomes -Y
\item \verb-ROT_P- : a positive 90 degrees rotation takes place
\item \verb-ROT_M- : a negative 90 degrees rotation takes place
\item \verb-SY_RP- : Y becomes -Y, and then a positive 90 degrees rotation takes place
\item \verb-SY_RM- : Y becomes -Y, and then a negative 90 degrees rotation takes place
\end{itemize}
\item \verb-point- : coordinates of the lower left corner of the abutment box of the instance in the current figure.
\end{itemize}
\subsubsection{Example}
\begin{verbatim}
Place ( myInst, NOSYM, XY ( 0, 0 ) )
\end{verbatim}
\subsubsection{Errors}
Some errors may occur :
\begin{itemize}
\item \verb-[Stratus ERROR] Placement : the instance doesn't exist.-\\The instance must be instanciated in order to be placed.
\item \verb-[Stratus ERROR] Placement : the first argument is not an instance.-
\item \verb-[Stratus ERROR] Placement : the instance is already placed.-\\One can not place an instance twice
\item \verb-[Stratus ERROR] Place : wrong argument for placement type.-\\The symetry given as argument is not correct.
\item \verb-[Stratus ERROR] Place : wrong argument for placement,-\\\verb- the coordinates must be put in a XY object.-\\The coordinates are not descrobed the bood way.
\end{itemize}
\begin{htmlonly}
\subsubsection{See Also}
\hyperref[ref]{\emph{Introduction}}{}{Introduction}{secintroduction}
\hyperref[ref]{\emph{PlaceTop}}{}{PlaceTop}{sectop}
\hyperref[ref]{\emph{PlaceBottom}}{}{PlaceBottom}{secbottom}
\hyperref[ref]{\emph{PlaceRight}}{}{PlaceRight}{secright}
\hyperref[ref]{\emph{PlaceLeft}}{}{PlaceLeft}{secleft}
\hyperref[ref]{\emph{SetRefIns}}{}{SetRefIns}{secsetrefins}
\hyperref[ref]{\emph{DefAb}}{}{DefAb}{secdefab}
\hyperref[ref]{\emph{ResizeAb}}{}{ResizeAb}{secresizeab}
\end{htmlonly}