blob: 1f6188214edba956815c18303dcbe592af4b1b5a [file] [log] [blame]
/*
:name: task
:description: task test
:should_fail: 0
:tags: 13.3
:type: simulation parsing
*/
module top();
task mytask;
$display(":assert: True");
endtask
initial
mytask;
endmodule