Files
iverilog/ivtest/gold/sys_func_task_error.gold
T
Stephen Williams cea237b407 Add ivtest to the iverilog source tree
By adding ivtest to the iverilog source tree, it is easier to keep
the regression test synchronized with the source that is being tested.
This should be especially helpful for PRs that add a new feature, and
have a matching ivtest PR with the regression test for that feature.
2022-01-15 10:18:50 -08:00

5 lines
384 B
Plaintext

./ivltests/sys_func_task_error.v:7: Error: System task/function $this_icarus_call_should_not_exist() is not defined by any module.
./ivltests/sys_func_task_error.v:10: Error: $sscanf() is a system function, it cannot be called as a task.
./ivltests/sys_func_task_error.v:12: Error: $display() is a system task, it cannot be called as a function.
vsim: Program not runnable, 3 errors.