blob: ccf00f67d132bc07ec377515789f88bbd1ace4be [file] [log] [blame]
/*
:name: random_function
:description: $random test
:should_fail: 0
:tags: 20.15
:type: simulation parsing
*/
module top();
initial begin
$display("%d", $random);
end
endmodule