This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TPS51285B: TPS51285B LTSpice simulation fail

Part Number: TPS51285B
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!