7 lines
69 B
Coq
7 lines
69 B
Coq
![]() |
module test(in, out, io);
|
||
|
inout io;
|
||
|
output out;
|
||
|
input in;
|
||
|
|
||
|
endmodule
|