verilator/test_regress/t/t_randc_unsup.out
Krzysztof Bieganski 5e7b0d526d
Support 'randc' as alias to 'rand' (#2680)
* Add alias 'randc' to 'rand'

* Make the 'RANDC' warning; add tests
2020-12-09 19:17:30 -05:00

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