Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-005
/
slot-018
/
10a49a9e6951815cb0b00a6a743aac8c40c031ba
/
.
/
verilog
/
rtl
/
LVDT.v
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