6 lines
72 B
Coq
6 lines
72 B
Coq
![]() |
module test(input [7:0] in, output out);
|
||
|
|
||
|
assign out = ~^in;
|
||
|
|
||
|
endmodule
|