5 lines
80 B
Coq
5 lines
80 B
Coq
|
|
module tb;
|
||
|
|
initial $finish(0);
|
||
|
|
final $display("In final statement.");
|
||
|
|
endmodule
|