Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
d4bc91e228686cd8ec9eee019b4f0db9b7bc26cb
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.13--void.sv
blob: 1fa2acc37050ace79562355d540ba4870dc68b16 [
file
] [
log
] [
blame
]
/*
:name: void
:description: void type tests
:should_fail: 0
:tags: 6.13
:type: simulation parsing
*/
module
top
();
function
void
fun
();
$display
(
":assert:(True)"
);
endfunction
initial
fun
();
endmodule