VerilogDoxygenTest
Main Page
Design Unit List
Files
File List
All
Classes
Files
Variables
xor2.v
Go to the documentation of this file.
1
3
4
6
7
module
XOR2
(
OUT
,
I0
,
I1
);
8
input
I0
;
9
input
I1
;
10
11
12
output
OUT
;
13
14
assign
OUT
=
I0
^
I1
;
15
endmodule
Generated on Sun Mar 15 2015 07:33:08 for VerilogDoxygenTest by
1.8.1