|
发表于 2020-5-6 12:07:07
|
显示全部楼层
本帖最后由 david_reg 于 2020-5-6 12:15 编辑
如果初始建立时间长的话可以用这个减小数据
.TRAN tstep1 tstop1 [START=val] [UIC]
tstep1... Printing or plotting increment for printer output and the suggested
computing increment for post-processing. This argument is always a
positive value.
START Time when printing or plotting begins.
Caution: If you use .TRAN with a .MEASURE command, a non-zero START
time can cause incorrect .MEASURE results. Do not use non-zero START
times in .TRAN commands when you also use .MEASURE.
other options
.OPTION INTERP
Limits output to only the .TRAN timestep intervals for post-analysis tools.
Syntax
.OPTION INTERP=0|1
Default Value if option is not specified in the netlist: 0 (engineering notation)
Value if option name is specified without a corresponding value: 1
Description
Use to limit output for post-analysis tools to only the .TRAN timestep intervals
for some post-analysis tools. This option can be used to reduce the size of the
post-processing output. By default, HSPICE outputs data at internal timepoints.
In some cases, INTERP produces a much larger design .tr# file, especially
for smaller timesteps, and it also leads to longer runtime. When using INTERP,
make sure you set TSTEP to the intervals you need the simulation data printed
at.
|
|