Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
14189593b2851f86e27e0604e4a37a0d9629aa5c
/
.
/
src
/
Testcases
/
Google
/
chapter-20
/
20.2--exit.sv
blob: 6a7090f0c01c7e46df3a6af0194cb688ab288ee5 [
file
]
/*
:name: exit_task
:description: $exit test
:should_fail: 0
:tags: 20.2
*/
module
top
();
initial
$exit
;
endmodule