=================================================================== Modification le : Tue Feb 19 18:23:57 MET 2002 Par : gregoire =================================================================== Update of /users/outil/alliance/cvsroot/alliance/share/man/man5 In directory beny:/local/beny2/greg/alliance/share/man/man5 Modified Files: spi.5 Log Message: Superman ! =================================================================== Index: spi.5 =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/share/man/man5/spi.5,v retrieving revision 1.3 retrieving revision 1.4 diff -r1.3 -r1.4 45c45 < The driver creates a Spice netlist of the \fILOFIG\fP passed as a parameter. The file contain a single \fB.SUBCKT\fP representing the figure and commands \fB.INCLUDE\fP with name of instances contained in the \fILOFIG\fP. Nodes are number named with the directive \fB* NET\fP. A comment at the beginning of the file represents the interface of the \fILOFIG\fP. This comment is not used by the parser. --- > The driver creates a Spice netlist of the \fILOFIG\fP passed as a parameter. The file contain a single \fB.SUBCKT\fP representing the figure and commands \fB.INCLUDE\fP with name of instances contained in the \fILOFIG\fP. Nodes are number named with the directive \fB* NET\fP, or strings, depending on \fIMBK_SPI_NAMEDNODES\fP. A comment at the beginning of the file represents the interface of the \fILOFIG\fP. This comment is not used by the parser. 53a54 > .B MBK_SPI_NAMEDNODES 130a132,147 > .B MBK_SPI_NAMEDNODES > > When this environment variable is set, spice netlist's nodes are named using one of the following convention, if signal name is set or no, or if signal has an RCN view : > > .RS > "SIGNAL NAME" $MBK_SEPAR "RCN NODE" > > "SIGNAL NAME" > > SIG "SIGNAL INDEX" $MBK_SEPAR "RCN NODE" > > SIG "SIGNAL INDEX" > .RE > > $MBK_SEPAR is a single character defined by a environment variable with the same name. > 174c191 < .B Alliance(1) MBK(1) Al(1) RCN(1) --- > .B Alliance(1) MBK(1) Al(1) RCN(1) MBK_SEPAR(1)