mirror of
https://github.com/verilator/verilator.git
synced 2025-01-26 08:14:06 +00:00
8 lines
333 B
Plaintext
8 lines
333 B
Plaintext
%Error-UNSUPPORTED: t/t_class_extern.v:8:24: Unsupported: extern class methods
|
|
8 | extern function void extfunc();
|
|
| ^~~~~~~
|
|
%Error-UNSUPPORTED: t/t_class_extern.v:11:15: Unsupported: extern function definition
|
|
11 | function void Cls::extfunc();
|
|
| ^~~
|
|
%Error: Exiting due to
|