(笔记)Cadence HSPICE POST 选项

hspice网表文件input.ckt

*  Generated for: HSPICE
*  Generated on: Dec 28 08:25:15 2009
*  Design library name: labren
*  Design cell name: inv_test
*  Design view name: schematic
.global 0 vdd!
.option search='.'
.temp 25
.option ARTIST=2 PSF=2 POST=2
.lib '/home/user_home/hlren/labs/TSMC035/TSMC035/models/fp1/mm0355v.l' tt
*  Library name: labren
*  Cell name: inv
*  View name: schematic
.subckt inv in out
    m1 0 in out 0 nch w=1e-6 l=350e-9 m=1
    m0 out in vdd! vdd! pch w=3e-6 l=350e-9 m=1
.ends
*  End of subcircuit definition.

*  Library name: labren
*  Cell name: inv_test
*  View name: schematic
c0 out 0 c=10e-15
vdc0 vdd! 0 dc=3.3
vpulse0 in 0 PULSE ( 0 3 10e-9 500e-12 500e-12 20e-9 40e-9 )
xinv in out inv
.tran 1e-9 120e-9 start=0.0
.end

POST选项的意义:

.option POST=x

Enables storing of simulation results for analysis using the
AvanWaves graphical interface or other methods. POST=2
saves the results in ASCII format. POST=1 saves the results
in binary. Set the POST option, and use the .PROBE
statement to specify explicitly which data you want saved.

Use POST=3 to reduce the size of your postprocessor output
files (.tr#,.ac# etc.).

Default:=0

资料来源Hspice Options Documentation Project
posted @ 2009-12-28 16:50  任怀鲁  阅读(1923)  评论(0编辑  收藏  举报