|
.OPTION POST
Saves simulation results for viewing by an interactive waveform viewer.
Syntax
.OPTION POST [= 0|1|2|3|ASCII|BINARY]
Default Value if option is not specified in the netlist: 0; Value if option name is specified
without a corresponding value: 1
Description
Use this option to save simulation results for viewing by an interactive waveform viewer
and to provide output without specifying other parameters.
The defaults for the POST option supply usable data to most parameters:
• POST=0: Does not output simulation results.
• POST=1, BINARY: (Default, if POST is declared without a value) Output format is binary.
• POST=2, ASCII: Output format is ASCII.
SPICE 的“第一行规则”
应该是你的 sp 文件第一行就是 .OPTION ,被 hspice 当成标题卡忽略了
|
|