mirror of
https://github.com/verilator/verilator.git
synced 2025-01-04 05:37:48 +00:00
6 lines
281 B
Plaintext
6 lines
281 B
Plaintext
%Error: t/t_bitsel_const_bad.v:16:16: Illegal bit or array select; type does not have a bit range, or bad dimension: data type is 'logic'
|
|
: ... note: In instance 't'
|
|
16 | assign a = b[0];
|
|
| ^
|
|
%Error: Exiting due to
|