verilator/test_regress/t/t_bitsel_const_bad.out

6 lines
281 B
Plaintext
Raw Normal View History

%Error: t/t_bitsel_const_bad.v:21:16: Illegal bit or array select; type does not have a bit range, or bad dimension: data type is 'logic'
: ... note: In instance 't'
21 | assign a = b[0];
| ^
%Error: Exiting due to