Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
2b38692156ff2742b1c4c94d3b93df97f2145e0c
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-20
/
20.3--stime.sv
blob: e7924d32e28543b389f7f8c5bc9063c1fc998620 [
file
]
/*
:name: stime_task
:description: $stime test
:should_fail: 0
:tags: 20.3
*/
module
top
();
initial
$display
(
$stime
);
endmodule