mirror of
https://github.com/verilator/verilator.git
synced 2025-01-08 15:47:36 +00:00
11 lines
471 B
Plaintext
11 lines
471 B
Plaintext
%Error: t/t_process.v:22:4: Can't find typedef: 'process'
|
|
22 | process p;
|
|
| ^~~~~~~
|
|
%Error-UNSUPPORTED: t/t_process.v:26:20: Unsupported: 'process'
|
|
26 | p = process::self();
|
|
| ^~~~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error: Internal Error: t/t_process.v:26:11: ../V3LinkDot.cpp:#: Bad package link
|
|
26 | p = process::self();
|
|
| ^~~~~~~
|