HSPICE Major Files Explanation
Input files:
- netlist source: filename.sp
- initialization: hspice.ini
- design configuration: filename.cfg
Output files:
- run status: filename.st0
- output listing: filename.lis
- graph data files
gRAPH DATA | ANALYSIS RESULT |
---|---|
*.tr0 | transient |
*.sw2 | dc |
*.ac1 | ac |
in general, you only need to know about some of these files: source file, output listing, and graph data.
source file (.sp)
The source file contains your circuit description and all options and analysis setup.
For example:
Output listing(.lis)
This is one of the most important files in HSPICE as this file lists all results obtained from the simulation. This file contains (in order of listing in the file):
- HSPICE licensing information
- Listing of the circuit
- Results form the analysis of the circuit (.op, .print, .plot, .measure, .ac, and .tran in order of their appearance in the source file)
reference: Files (columbia.edu)
No comments:
Post a Comment