6 lines
66 B
Coq
6 lines
66 B
Coq
![]() |
module test(input in, output out);
|
||
|
|
||
|
assign out = -in;
|
||
|
|
||
|
endmodule
|