Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
2b38692156ff2742b1c4c94d3b93df97f2145e0c
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.13--void.sv
blob: 1fa2acc37050ace79562355d540ba4870dc68b16 [
file
]
/*
: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