File: t_queue_unsup_bad.out

package info (click to toggle)
verilator 4.038-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,596 kB
  • sloc: cpp: 90,585; perl: 15,101; ansic: 8,573; yacc: 3,626; lex: 1,616; makefile: 1,101; sh: 175; python: 145
file content (57 lines) | stat: -rw-r--r-- 3,324 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:21:11: Unsupported: Replication to form 'string[$]' data type
                                               : ... In instance t
   21 |       q = {"q", "b", "c", "d", "e", "f"};
      |           ^
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:24:9: Unsupported: Queue .delete(index) method, as is O(n) complexity and slow.
                                              : ... In instance t
   24 |       q.delete(1);
      |         ^~~~~~
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:28:9: Unsupported: Queue .insert method, as is O(n) complexity and slow.
                                              : ... In instance t
   28 |       q.insert(2, "ins2");
      |         ^~~~~~
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:34:11: Unsupported: Replication to form 'string[$]' data type
                                               : ... In instance t
   34 |       q = {q, "f1"};   
      |           ^
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:35:11: Unsupported: Replication to form 'string[$]' data type
                                               : ... In instance t
   35 |       q = {q, "f2"};   
      |           ^
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:36:11: Unsupported: Replication to form 'string[$]' data type
                                               : ... In instance t
   36 |       q = {"b1", q};   
      |           ^
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:37:11: Unsupported: Replication to form 'string[$]' data type
                                               : ... In instance t
   37 |       q = {"b2", q};   
      |           ^
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:38:11: Unsupported: Replication to form 'string[$]' data type
                                               : ... In instance t
   38 |       q = {q[0], q[2:$]};   
      |           ^
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:38:22: Unsupported/illegal unbounded ('$') in this context.
                                               : ... In instance t
   38 |       q = {q[0], q[2:$]};   
      |                      ^
%Error: t/t_queue_unsup_bad.v:38:22: First value of [a:b] isn't a constant, maybe you want +: or -:
                                   : ... In instance t
   38 |       q = {q[0], q[2:$]};   
      |                      ^
%Error: t/t_queue_unsup_bad.v:38:19: Illegal range select; type already selected, or bad dimension: data type is 'string[$]'
                                   : ... In instance t
   38 |       q = {q[0], q[2:$]};   
      |                   ^
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:42:25: Unsupported: Replication to form 'string[$]' data type
                                               : ... In instance t
   42 |          string ai[$] = { "Foo", "Bar" };
      |                         ^
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:47:14: Unsupported: Assignment pattern applies against non struct/union data type: 'string[$]'
                                               : ... In instance t
   47 |          q = '{ "BB", "CC" };   
      |              ^~
%Error-UNSUPPORTED: t/t_queue_unsup_bad.v:50:14: Unsupported: Replication to form 'string[$]' data type
                                               : ... In instance t
   50 |          q = { "BB", "CC" };   
      |              ^
%Error: Exiting due to