Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
14189593b2851f86e27e0604e4a37a0d9629aa5c
/
.
/
src
/
Testcases
/
Google
/
chapter-20
/
20.10--info.sv
blob: 733c9674193807971530c9ee90ce2b57bb3be913 [
file
]
/*
:name: info_task
:description: $info test
:should_fail: 0
:tags: 20.10
:type: simulation parsing
*/
module
top
();
initial
begin
$info
(
"info"
);
end
endmodule