File: t_with_unsup.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 (31 lines) | stat: -rw-r--r-- 1,641 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
%Error-UNSUPPORTED: t/t_with_unsup.v:19:31: Unsupported: with statements
   19 |       found = aliases.find(i) with (i == to_find);
      |                               ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:21:23: Unsupported: with statements
   21 |       aliases.find(i) with (i == to_find);
      |                       ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:24:28: Unsupported: with statements
   24 |       found = aliases.find with (item == i);
      |                            ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:25:20: Unsupported: with statements
   25 |       aliases.find with (item == i);
      |                    ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:29:30: Unsupported: with statements
   29 |       found = aliases.unique with (id);
      |                              ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:30:32: Unsupported: with statements
   30 |       found = aliases.unique() with (id);
      |                                ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:31:33: Unsupported: with statements
   31 |       found = aliases.unique(i) with (id);
      |                                 ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:32:26: Unsupported: with statements
   32 |       found = aliases.or with (id);
      |                          ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:33:27: Unsupported: with statements
   33 |       found = aliases.and with (id);
      |                           ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:34:27: Unsupported: with statements
   34 |       found = aliases.xor with (id);
      |                           ^~~~
%Error: Exiting due to