I am trying to run a transient simulation of the LSF0102 with HSPICE.
I downloaded the IBIS model from the webpage and set up a test bench instantiating the component as follows. I force the voltages of the two input pins 3 & 4 with pulse sources from 0 to 1.8V. I am expecting the two outputs 5 &6 to toggle between 0 and 3.3V. The reference voltages are set to 1.8V and 3.3V respectively. However, the outputs toggle between 200mV and 2.2V.
Either the model is wrong or my implementation is not appropriate?
.ibis dut
+ file ='lsf0102.ibs'
+ component ='LSF0102DCU'
+ mod_sel='LSF0101_IN=LSF0101_IN_33,LSF0101_IO=LSF0101_IO_33,LSF0101_IO_S=LSF0101_IO_33_S'
+ typ=typ
VGNDQ dut_1 0 dc=0
VRAQ dut_2 0 dc=1.8
VRBQ dut_7 0 dc=3.3
VENQ dut_8 0 dc=3.3
VA1Q dut_3 0 PULSE 0 1.8 5n 1n 1n 25n 50n
VA2Q dut_4 0 PULSE 0 1.8 5n 1n 1n 25n 50n
COUT1 dut_5 0 10p
COUT2 dut_6 0 10p
Rpu1 dut_3 dut_2 300
Rpu2 dut_4 dut_2 300
Rpu3 dut_5 dut_7 300
Rpu4 dut_6 dut_7 300
.TRAN 1f 100n
.end