6 lines
57 B
Coq
6 lines
57 B
Coq
![]() |
module top(input i, output o);
|
||
|
|
||
|
assign o = i;
|
||
|
|
||
|
endmodule
|