mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
8 lines
323 B
Plaintext
8 lines
323 B
Plaintext
%Error: t/t_package_local_bad.v:9:16: Illegal 'local::' outside 'randomize() with'
|
|
9 | $display(local::x);
|
|
| ^~~~~
|
|
%Error: t/t_package_local_bad.v:9:23: Can't find definition of scope/variable/func: 'x'
|
|
9 | $display(local::x);
|
|
| ^
|
|
%Error: Exiting due to
|