Other Parts Discussed in Thread: TPS51275B
Hello, TI
I try to start the simulating my D-CAP converter based on TPS51285B_TRANS.LIB spice model from downloads of the product page and get the error massege: "Undefined subcircuit: and2"
I added the subcircuit as
*$
.SUBCKT AND2 A B OUT
EOUT OUT1 0 VALUE { IF( V(A)>0.5 & V(B)>0.5,1,0) }
R1 OUT1 OUT 1
C1 OUT 0 10p
.ends AND2
and tried to start again, and get the next error message: "Undefined subcircuit: dff", I have no idea what the "dff" is. Could you help me?
Thanx!