Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4e2abbf559b85d1c0b1dffd013a27b4b8c78dd2c
/
.
/
src
/
Testcases
/
Google
/
chapter-20
/
20.2--stop.sv
blob: bf72ca120acb2b677ffcfeb699c6220cdeea6f37 [
file
] [
log
] [
blame
]
/*
:name: stop_task
:description: $stop test
:should_fail: 0
:tags: 20.2
*/
module
top
();
initial
$stop
;
endmodule