4 lines
63 B
Coq
4 lines
63 B
Coq
![]() |
module test(input in, output out);
|
||
|
assign out = ~in;
|
||
|
endmodule
|