Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4a79a47b7dd03dd4b2776ee40322b0149935d234
/
.
/
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