i am simulating hspice code for 16 bit adder but i am getting error that internal time step too small and convergence issues. how to fix this problem? i have used following commands but its not working.
.options POST=1
.options AUTOSTOP
.options INGOLD=2 DCON=1
.options GSHUNT=1e-12 RMIN=1e-15 GMIN=1e-5
.options ABSTOL=1e-9 ABSVDC=1e-4 VNTOL=1M
.options RELTOL=1e-2 RELVDC=1e-2
.options NUMDGT=8 PIVOT=13
.OPTION NOMOD
.OPTION METHOD=GEAR ITL4=100 LVLTIM=2
.OPTION RAMPTIME=10ns
Seeking for help.