|  | 
 
 发表于 2023-1-9 13:14:01
|
显示全部楼层 
| 
maybe this option is helpful .OPTION LIS_NEW
 Enables streamlining improvements to the *.lis file.
 Syntax
 .OPTION LIS_NEW [= 0|1]
 Default
 Value if option is not specified in the netlist: 0; Value if option name is specified without a corresponding value: 1
 Description
 Use .OPTION LIS_NEW to activate several streamlining improvements to the *.lis file as noted below. A value of 0 disables the following functions. A value of 1 enables the following:
 •Moves .PRINT data and .NOISE analysis data to separate files,
 •Suppresses operating point node voltage table that exists in the *.ic# file.
 •Prints loading information for input files.
 •Invokes console printing of simulation progress percentage.
 •Adds a convergence status update to *.lis.
 •Increments every 10% of analysis update to *.lis.
 •Reports analysis output file with analysis-specific format.
 •Prints Improved format of circuit statistics information.
 •Any .PRINT statement in your netlist generates a text file containing the simulation results. For a transient analysis, the file has the extension, .printtr#.
 •Operating point analysis information is separated to file if .OP is used in netlist (LIS_NEW=1 automatically sets .OPTION OPFILE=1).
 •Model related information is suppressed (LIS_NEW=1 automatically sets .OPTION NOMOD=1). Circuit hierarchy to number mapping information is not printed to the *.lis file because the LIS_NEW=1 sets .OPTION LISLVL.
 Note:
 The LIS_NEW option only affects traditional HSPICE analysis output files. HPP and advanced analog simulation (RF features, StatEye, and transient noise) format the *.lis file and output any .PRINT statement results to a separate file without having to use the LIS_NEW option.
 Examples
 .option LIS_NEW
 See Also
 .OPTION LIST
 .LIB
 .NOISE
 .OPTION LISLVL
 .OPTION NOMOD
 .OPTION OPFILE
 .OP
 
 | 
 |