`define		OPEN					2'b00
`define		CLOSED					2'b01
`define		FAULT					2'b11

`define		NO_FAULT				2'b00
`define 	DISCONNECTED			2'b01
`define 	SHORTED					2'b10
`define		BAD_COMPARATOR			2'b11