blob: 5af5569fb55046699f5549a2c78a6de5bec9bdaf [file] [log] [blame]
/*
:name: ceil_function
:description: $ceil test
:should_fail: 0
:tags: 20.8
:type: simulation parsing
*/
module top();
initial begin
$display(":assert: (%f == 4)", $ceil(3.7));
end
endmodule