Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
a50fc0da15e88d7b685f92dc843d3d71b716c8a4
/
.
/
src
/
Testcases
/
Google
/
chapter-20
/
20.10--error.sv
blob: 996c9de8cb43900613bf9f9cbae3eab049e79140 [
file
] [
log
] [
blame
]
/*
:name: error_task
:description: $error test
:should_fail: 0
:tags: 20.10
:type: simulation parsing
*/
module
top
();
initial
begin
$error
(
"error"
);
end
endmodule