XNOR Primitive
| Names: | Description: | 
|---|---|
| XNOR | OUT = logical exclusive NOR of inputs IN1 and IN2 | 
Note:  In Verilog HDL, you must use the built-in xnor gate primitive to
            implement the XNOR logic function. Go to Using a Verilog HDL Gate
            Primitive for more information.