19 lines
204 B
Coq
19 lines
204 B
Coq
|
|
`begin_keywords "1364-2005"
|
||
|
|
module automatic_error();
|
||
|
|
|
||
|
|
task automatic auto_task;
|
||
|
|
|
||
|
|
integer local;
|
||
|
|
|
||
|
|
begin
|
||
|
|
local = 1;
|
||
|
|
$fstrobe(1, "%0d", local);
|
||
|
|
end
|
||
|
|
|
||
|
|
endtask
|
||
|
|
|
||
|
|
initial auto_task;
|
||
|
|
|
||
|
|
endmodule
|
||
|
|
`end_keywords
|