4 lines
64 B
Coq
4 lines
64 B
Coq
![]() |
module test(input in, output out);
|
||
|
assign out = 1'b1;
|
||
|
endmodule
|