File: t_config_unsup.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 (77 lines) | stat: -rw-r--r-- 3,365 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
%Error-UNSUPPORTED: t/t_config_unsup.v:24:1: Unsupported: config
   24 | config cfg;
      | ^~~~~~
                    ... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_config_unsup.v:25:11: Unsupported: config cell
   25 |    design t;
      |           ^
%Error-UNSUPPORTED: t/t_config_unsup.v:28:4: Unsupported: config rule
   28 |    default liblist;   
      |    ^~~~~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:29:4: Unsupported: config rule
   29 |    default liblist liba libb;
      |    ^~~~~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:32:4: Unsupported: config rule
   32 |    instance t.m20 liblist;   
      |    ^~~~~~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:33:4: Unsupported: config rule
   33 |    instance t.m21 liblist libc;
      |    ^~~~~~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:34:4: Unsupported: config rule
   34 |    instance t.m22 liblist libc libd;   
      |    ^~~~~~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:35:4: Unsupported: config rule
   35 |    instance t.m23 liblist libc libd;   
      |    ^~~~~~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:36:4: Unsupported: config rule
   36 |    instance t.m24 liblist libc libd;   
      |    ^~~~~~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:39:4: Unsupported: config rule
   39 |    instance t.m30 use cell_identifier;
      |    ^~~~~~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:39:19: Unsupported: config use
   39 |    instance t.m30 use cell_identifier;
      |                   ^~~
%Error-UNSUPPORTED: t/t_config_unsup.v:40:4: Unsupported: config rule
   40 |    instance t.m31 use lib_id.cell_id;
      |    ^~~~~~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:40:19: Unsupported: config use
   40 |    instance t.m31 use lib_id.cell_id;
      |                   ^~~
%Error-UNSUPPORTED: t/t_config_unsup.v:41:4: Unsupported: config rule
   41 |    instance t.m32 use #();
      |    ^~~~~~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:41:19: Unsupported: config use
   41 |    instance t.m32 use #();
      |                   ^~~
%Error-UNSUPPORTED: t/t_config_unsup.v:44:4: Unsupported: config rule
   44 |    cell m40 liblist libc libd;
      |    ^~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:44:9: Unsupported: config cell
   44 |    cell m40 liblist libc libd;
      |         ^~~
%Error-UNSUPPORTED: t/t_config_unsup.v:45:4: Unsupported: config rule
   45 |    cell work.m41 liblist libc libd;
      |    ^~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:45:9: Unsupported: config cell
   45 |    cell work.m41 liblist libc libd;
      |         ^~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:46:4: Unsupported: config rule
   46 |    cell m42 use m42alt;
      |    ^~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:46:9: Unsupported: config cell
   46 |    cell m42 use m42alt;
      |         ^~~
%Error-UNSUPPORTED: t/t_config_unsup.v:46:13: Unsupported: config use
   46 |    cell m42 use m42alt;
      |             ^~~
%Error-UNSUPPORTED: t/t_config_unsup.v:47:4: Unsupported: config rule
   47 |    cell work.m43 use work.m43alt;
      |    ^~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:47:9: Unsupported: config cell
   47 |    cell work.m43 use work.m43alt;
      |         ^~~~
%Error-UNSUPPORTED: t/t_config_unsup.v:47:18: Unsupported: config use
   47 |    cell work.m43 use work.m43alt;
      |                  ^~~
%Error: Exiting due to