11 lines
84 B
Coq
11 lines
84 B
Coq
|
|
module test();
|
||
|
|
|
||
|
|
initial begin
|
||
|
|
->e;
|
||
|
|
$display("FAILED");
|
||
|
|
end
|
||
|
|
|
||
|
|
event e;
|
||
|
|
|
||
|
|
endmodule
|