File: t_inside_unpacked.out

package info (click to toggle)
verilator 5.006-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 52,732 kB
  • sloc: cpp: 113,602; perl: 18,047; ansic: 8,633; python: 4,688; yacc: 4,382; sh: 2,094; lex: 1,815; makefile: 1,119
file content (9 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
%Error: t/t_inside_unpacked.v:17:35: Unsupported: inside (set membership operator) on unpacked array
                                   : ... In instance t
   17 |    localparam HIT_INSIDE = HIT_LP inside {CHECKLIST_P};
      |                                   ^~~~~~
%Error: t/t_inside_unpacked.v:18:37: Unsupported: inside (set membership operator) on unpacked array
                                   : ... In instance t
   18 |    localparam MISS_INSIDE = MISS_LP inside {CHECKLIST_P};
      |                                     ^~~~~~
%Error: Exiting due to