Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
5074a001626fcee109f97975f5d7756bd1e05f5d
/
.
/
src
/
Testcases
/
Google
/
chapter-20
/
20.5--rtoi.sv
blob: 6b74569fb7cb568ad3fde52e6029dbbc5cfdc42d [
file
] [
log
] [
blame
]
/*
:name: rtoi_function
:description: $rtoi test
:should_fail: 0
:tags: 20.5
:type: simulation parsing
*/
module
top
();
initial
begin
$display
(
":assert: (%d == 21)"
,
$rtoi
(
21.37
));
end
endmodule