Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
2b38692156ff2742b1c4c94d3b93df97f2145e0c
/
.
/
SVIncCompil
/
Testcases
/
Icarus
/
vpi
/
event2.v
blob: fa8180eb84e05478cefafe9af4bc5154c30349e9 [
file
]
module
test
;
event
e
;
initial
begin
repeat
(
5
)
begin
#10;
->
e
;
end
end
endmodule