1
0
mirror of https://github.com/verilator/verilator.git synced 2025-01-23 23:04:14 +00:00
verilator/test_regress/t/t_struct_init_bad.out

6 lines
270 B
Plaintext
Raw Normal View History

%Error: t/t_struct_init.v:53: Assignment pattern contains duplicate entry: b1
: ... In instance t
const b4_t b4_const_c = '{b1: 1'b1, b1: 1'b0, b0:1'b0, b2: 1'b1, b3: 1'b1};
^~
%Error: Exiting due to