5 lines
82 B
Coq
5 lines
82 B
Coq
![]() |
module test(input in, output out);
|
||
|
//no buffer removal
|
||
|
assign out = in;
|
||
|
endmodule
|