blob: c6821e65617b279a3c8bb0d49ce22b68c426ab51 [file] [log] [blame]
module LVDT(
`ifdef USE_POWER_PINS
inout vdd,
inout vss,
`endif
input Iin,
input va,
input vb,
input vcap,
inout vout,
input a2,
input a1,
input clk,
input re,
output y0,
output y1,
output y2
);
endmodule