5 lines
64 B
Coq
5 lines
64 B
Coq
![]() |
module test(output out, input in);
|
||
|
|
||
|
assign out = +in;
|
||
|
endmodule
|