verilator/test_regress/t/t_func_impure_bad.out
2020-12-07 20:30:16 -05:00

8 lines
320 B
Plaintext

%Error-IMPURE: t/t_func_impure_bad.v:11:9: Unsupported: External variable referenced by non-inlined function/task: 't.foo'
11 | task foo;
| ^~~
t/t_func_impure_bad.v:13:7: ... Location of the external reference: 't.sig'
13 | sig = '1;
| ^~~
%Error: Exiting due to