iverilog/ivtest/vpi/vpi_control.v

10 lines
144 B
Verilog

module main();
initial begin
$test_control;
$display("Error: simulation should have finished");
$display("FAILED");
end
endmodule