Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
91c065df031c31bc350c1052607ca347e71c741d
/
.
/
src
/
Testcases
/
Google
/
chapter-20
/
20.15--dist_erlang.sv
blob: db60b8b0b31a5fb10dd715c5f6525b7847b2859b [
file
] [
log
] [
blame
]
/*
:name: dist_erlang_function
:description: $dist_erlang test
:should_fail: 0
:tags: 20.15
:type: simulation parsing
*/
module
top
();
initial
begin
integer seed
=
1234
;
$display
(
"%d"
,
$dist_erlang
(
seed
,
3
,
100
));
end
endmodule