enable simulation with 'option newtrunc'

This commit is contained in:
Holger Vogt 2026-01-07 20:12:35 +01:00
parent 4cac271912
commit a630f586d2
1 changed files with 2 additions and 0 deletions

View File

@ -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)