verilator/test_regress/t/t_func_impure_bad.out

15 lines
693 B
Plaintext

%Error-IMPURE: t/t_func_impure_bad.v:11:8: Unsupported: External variable referenced by non-inlined function/task: 't.foo'
11 | task foo;
| ^~~
t/t_func_impure_bad.v:13:5: ... Location of the external reference: 't.sig'
13 | sig = '1;
| ^~~
... For error description see https://verilator.org/warn/IMPURE?v=latest
%Error-IMPURE: t/t_func_impure_bad.v:20:8: Unsupported: External variable referenced by non-inlined function/task: 't.baz'
20 | task baz;
| ^~~
t/t_func_impure_bad.v:17:5: ... Location of the external reference: 't.sig'
17 | sig = '1;
| ^~~
%Error: Exiting due to