mirror of
https://github.com/verilator/verilator.git
synced 2025-02-07 14:11:49 +00:00
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
%Error: t/t_class_local.v:12:22: Unsupported: initial value on member
|
|
12 | local int m_loc = 2;
|
|
| ^
|
|
%Error: t/t_class_local.v:13:27: Unsupported: initial value on member
|
|
13 | protected int m_prot = B;
|
|
| ^
|
|
%Error: Exiting due to
|