3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-18 09:12:18 +00:00

tests: update/extend task argument tests

This commit is contained in:
Eddie Hung 2020-05-13 10:11:45 -07:00
parent 1f3003be7d
commit 0d2c33f9f4
2 changed files with 35 additions and 2 deletions

View file

@ -1,4 +1,4 @@
logger -expect error "Non-ANSI style task/function arguments not currently supported" 1
logger -expect error "task/function argument direction missing" 1
read_verilog <<EOT
module Task_Test_Top
(
@ -9,4 +9,3 @@ module Task_Test_Top
endmodule
EOT