Thursday, June 3, 2021

HSCPIE Files Explanation

HSPICE Major Files Explanation

Input files:

  1. netlist source: filename.sp
  2. initialization: hspice.ini
  3. design configuration: filename.cfg

Output files:

  • run status: filename.st0
  • output listing: filename.lis
  • graph data files
gRAPH DATAANALYSIS RESULT
*.tr0transient
*.sw2dc
*.ac1ac

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.

image-20210603122255308

 

For example:

image-20210603122319480

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