blob: a6e76acff61ad94e1499a03b730f51b692e700e6 [file] [log] [blame]
/*
:name: clog2_function
:description: $clog2 test
:should_fail: 0
:tags: 20.8
:type: simulation parsing
*/
module top();
initial begin
$display(":assert: (%d == 5)", $clog2(32));
end
endmodule