verilator/test_regress/t/t_bitsel_const_bad.out
2020-01-26 15:54:57 -05:00

6 lines
251 B
Plaintext

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