2020-06-30 00:22:39 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_fork_disable.v:12:7: Unsupported: fork statements
|
|
|
|
: ... In instance t
|
|
|
|
12 | fork
|
|
|
|
| ^~~~
|
2021-04-24 14:33:49 +00:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2020-06-30 00:22:39 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_fork_disable.v:16:7: Unsupported: disable fork statements
|
|
|
|
: ... In instance t
|
|
|
|
16 | disable fork;
|
|
|
|
| ^~~~~~~
|
|
|
|
%Error-UNSUPPORTED: t/t_fork_disable.v:17:7: Unsupported: wait fork statements
|
|
|
|
: ... In instance t
|
|
|
|
17 | wait fork;
|
|
|
|
| ^~~~
|
|
|
|
%Error: Exiting due to
|