mirror of
https://github.com/verilator/verilator.git
synced 2025-01-14 18:44:02 +00:00
5e7b0d526d
* Add alias 'randc' to 'rand' * Make the 'RANDC' warning; add tests
6 lines
260 B
Plaintext
6 lines
260 B
Plaintext
%Warning-RANDC: t/t_randc_unsup.v:8:14: Unsupported: Converting 'randc' to 'rand'
|
|
8 | randc int i;
|
|
| ^
|
|
... Use "/* verilator lint_off RANDC */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|