//top module
initial
begin
$display(“hello”);
run_test(“test”);
$display("hello1);
end
here hello is printing but hello1 is not printing
//top module
initial
begin
$display(“hello”);
run_test(“test”);
$display("hello1);
end
here hello is printing but hello1 is not printing