iverilog/ivtest/vpi/final.v

5 lines
80 B
Verilog

module tb;
initial $finish(0);
final $display("In final statement.");
endmodule