mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 14:24:18 +00:00
13 lines
670 B
Plaintext
13 lines
670 B
Plaintext
%Warning-RANDC: t/t_randc.v:8:26: Unsupported: Converting 'randc' to 'rand'
|
|
8 | randc bit [WIDTH-1:0] m_var;
|
|
| ^~~~~
|
|
... For warning description see https://verilator.org/warn/RANDC?v=latest
|
|
... Use "/* verilator lint_off RANDC */" and lint_on around source to disable this message.
|
|
%Warning-RANDC: t/t_randc.v:46:26: Unsupported: Converting 'randc' to 'rand'
|
|
46 | randc bit [WIDTH-1:0] m_var;
|
|
| ^~~~~
|
|
%Warning-RANDC: t/t_randc.v:76:17: Unsupported: Converting 'randc' to 'rand'
|
|
76 | randc enum_t m_var;
|
|
| ^~~~~
|
|
%Error: Exiting due to
|