yosys/tests/verilog/bug2042.ys

12 lines
164 B
Plaintext
Raw Normal View History

logger -expect error "task/function argument direction missing" 1
2020-05-11 13:05:19 -05:00
read_verilog <<EOT
module Task_Test_Top
(
);
task SomeTaskName(a)
endtask
endmodule
EOT