Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
refs/heads/mithro-patch-1
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.24.2--cast_fn.sv
blob: da400182530b96adef1020fd7e793d9fc67e7e2d [
file
] [
log
] [
blame
] [
edit
]
/*
:name: cast_fn
:description: $cast function
:should_fail: 0
:tags: 6.24.2
*/
module
top
();
int
a
;
initial
if
(!
$cast
(
a
,
2.1
*
3.7
))
$display
(
"cast failed"
);
endmodule