magic/doc/html/wizard/extract.html

93 lines
2.4 KiB
HTML
Raw Permalink Normal View History

<HTML>
<HEAD>
<STYLE type="text/css">
H1 {color: black }
H2 {color: maroon }
H3 {color: #007090 }
A.head:link {color: #0060a0 }
A.head:visited {color: #3040c0 }
A.head:active {color: white }
A.head:hover {color: yellow }
A.red:link {color: red }
A.red:visited {color: maroon }
A.red:active {color: yellow }
</STYLE>
</HEAD>
<TITLE>Magic-7.3 Command Reference</TITLE>
<BODY BACKGROUND=../graphics/blpaper.gif>
<H1> <IMG SRC=../graphics/magic_title2.gif ALT="Magic VLSI Layout Tool Version 7.3">
<IMG SRC=../graphics/magic_OGL_sm.gif ALIGN="top" ALT="*"> </H1>
<H2>*extract</H2>
<HR>
Debug the circuit extractor
<HR>
<H3>Usage:</H3>
<BLOCKQUOTE>
<B>*extract</B> <I>option</I> <BR><BR>
<BLOCKQUOTE>
where <I>option</I> may be one of the following:
<DL>
<DT><B>clrdebug</B> [<I>flags</I>]
<DD>
<DT><B>clrlength</B>
<DD>
<DT><B>driver</B> <I>terminalname</I>
<DD>
<DT><B>interactions</B> [<I>halo</I> [<I>bloat</I>]]
<DD>
<DT><B>intercount</B> [<I>halo</I> [<I>filename</I>]]
<DD>
<DT><B>parents</B>
<DD>
<DT><B>reciever</B> <I>terminalname</I>
<DD>
<DT><B>setdebug</B> [<I>flags</I>]
<DD>
<DT><B>showdebug</B>
<DD>
<DT><B>showparents</B>
<DD>
<DT><B>showtech</B> [<I>filename</I> | <B>-</B>]
<DD> Display the technology-specific tables maintained for circuit
extraction in a human-readable format. Intended mainly for
debugging technology files. If the argument <I>filename</I>
is "<B>-</B>", the output is to the standard output; otherwise,
it is to the file whose name is <I>filename</I>.
<DT><B>stats</B>
<DD>
<DT><B>step</B> [<I>stepsize</I>]
<DD> Set or report interaction step size.
<DT><B>times</B> [<I>filename</I>]
<DD>
</DL>
</BLOCKQUOTE>
</BLOCKQUOTE>
<H3>Summary:</H3>
<BLOCKQUOTE>
The <B>*extract</B> command gives assorted detailed information
about the operation of the circuit extractor.
</BLOCKQUOTE>
<H3>Implementation Notes:</H3>
<BLOCKQUOTE>
<B>*extract</B> is implemented as a built-in "wizard" command in <B>magic</B>.
</BLOCKQUOTE>
<H3>See Also:</H3>
<BLOCKQUOTE>
<A HREF=../extract.html><B>extract</B></A> <BR>
</BLOCKQUOTE>
<P><IMG SRC=../graphics/line1.gif><P>
<TABLE BORDER=0>
<TR>
<TD> <A HREF=../commands.html>Return to command index</A>
</TR>
</TABLE>
<P><I>Last updated:</I> October, 2004<P>
</BODY>
</HTML>