Manuals >Reference >Saber Simulator Print version of this Book (PDF file) |
![]() ![]() |
||||||||||
|
|||||||||||
Piped and Non-Piped Saber SimulationsNon-piped Saber simulations are identical to non-piped SPICE simulations. However, there are differences between the 2 types of piped simulation. A piped simulation in Saber does the following:
Saber is restarted if any topological changes are made to the circuit description. If changes are made which do not affect the topology of the circuit, such as changed parameter values, then alter commands are used and the simulator is not restarted.
Syntax: Non-Piped simulationsThis section describes the argument syntax required to invoke the template simulator. This information is needed when writing the user translation module, since these are the arguments supplied by IC-CAP when it calls the translation module. For information on the translation module and adding a simulator, refer to "Adding a Simulator" in the User's Guide. The command format for a Saber non-piped simulation is as follows: saber -b deckfile
The textfile is written to a file called deckfile.out. The rawfile information is written to 2 files, called the control file and the data file. The control file is named deckfile.p1.suffix and the data file is named deckfile.p2.suffix where suffix is a keyword assigned by Saber according to the analysis being performed. Refer to the Saber User's Manual for more information. Syntax: Piped simulationsThe command format for a Saber piped simulation is as follows: saber -c deckfile
Saber reads the analysis commands through standard input. The textfile is written to a file called <deckfile>.out. The rawfile is written to a file called <deckfile>.p1.<suffix> where suffix is a keyword assigned by Saber according to the analysis being performed. Refer to the Saber User's Manual for more information. |
|||||||||||
|
|||||||||||
![]() ![]() |