enable simulation with 'option newtrunc'
This commit is contained in:
parent
4cac271912
commit
a630f586d2
|
|
@ -14,6 +14,7 @@ cout buf ss 1pF
|
|||
|
||||
* this is needed
|
||||
.option reltol=1e-4
|
||||
.option ltereltol=1e-4
|
||||
|
||||
.tran 0.2n 16n
|
||||
.print tran v(out25) v(out50)
|
||||
|
|
@ -48,6 +49,7 @@ if $?batchmode
|
|||
else
|
||||
save out25 out50
|
||||
run
|
||||
rusage time
|
||||
plot out25 out50
|
||||
let lin-tstart = 4n $ skip the start-up phase
|
||||
let lin-tstop = 14n $ end earlier(just for demonstration)
|
||||
|
|
|
|||
Loading…
Reference in New Issue