File: t_stream_unpack_lhs.out

package info (click to toggle)
verilator 5.038-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 162,552 kB
  • sloc: cpp: 139,204; python: 20,931; ansic: 10,222; yacc: 6,000; lex: 1,925; makefile: 1,260; sh: 494; perl: 282; fortran: 22
file content (22 lines) | stat: -rw-r--r-- 1,896 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%Error-UNSUPPORTED: t/t_stream_unpack_lhs.v:113:38: Unsupported/Illegal: Assignment pattern member not underneath a supported construct: NEQ
                                                  : ... note: In instance 't'
  113 |             if (unpacked_siz_dout != '{8'h01, 8'h23, 8'h45, 8'h67}) $stop;
      |                                      ^~
                    ... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_stream_unpack_lhs.v:114:38: Unsupported/Illegal: Assignment pattern member not underneath a supported construct: NEQ
                                                  : ... note: In instance 't'
  114 |             if (unpacked_asc_dout != '{8'h01, 8'h23, 8'h45, 8'h67}) $stop;
      |                                      ^~
%Error-UNSUPPORTED: t/t_stream_unpack_lhs.v:115:38: Unsupported/Illegal: Assignment pattern member not underneath a supported construct: NEQ
                                                  : ... note: In instance 't'
  115 |             if (unpacked_des_dout != '{8'h76, 8'h54, 8'h32, 8'h10}) $stop;
      |                                      ^~
%Error-UNSUPPORTED: t/t_stream_unpack_lhs.v:117:36: Unsupported/Illegal: Assignment pattern member not underneath a supported construct: NEQ
                                                  : ... note: In instance 't'
  117 |             if (packed_siz_dout != '{8'h01, 8'h23, 8'h45, 8'h67}) $stop;
      |                                    ^~
%Error: Internal Error: t/t_stream_unpack_lhs.v:117:33: ../V3Width.cpp:#: Node has no type
                                                      : ... note: In instance 't'
  117 |             if (packed_siz_dout != '{8'h01, 8'h23, 8'h45, 8'h67}) $stop;
      |                                 ^~
                        ... This fatal error may be caused by the earlier error(s); resolve those first.