File: t_tri_pull_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 (38 lines) | stat: -rw-r--r-- 1,833 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
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:15:11: Unsupported: pullup strength
   15 |   pullup (supply1) pu1(a);
      |           ^~~~~~~
                    ... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:16:11: Unsupported: pullup strength
   16 |   pullup (strong1) pu2(a);
      |           ^~~~~~~
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:17:11: Unsupported: pullup strength
   17 |   pullup (pull1) pu3(a);
      |           ^~~~~
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:18:11: Unsupported: pullup strength
   18 |   pullup (weak1) pu4(a);
      |           ^~~~~
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:19:11: Unsupported: pullup strength
   19 |   pullup (supply1, supply0) pu5(a);
      |           ^~~~~~~
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:20:11: Unsupported: pullup strength
   20 |   pullup (strong0, strong1) pu6(a);
      |           ^~~~~~~
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:29:13: Unsupported: pulldown strength
   29 |   pulldown (supply0) pd1(a);
      |             ^~~~~~~
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:30:13: Unsupported: pulldown strength
   30 |   pulldown (strong0) pd2(a);
      |             ^~~~~~~
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:31:13: Unsupported: pulldown strength
   31 |   pulldown (pull0) pd3(a);
      |             ^~~~~
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:32:13: Unsupported: pulldown strength
   32 |   pulldown (weak0) pd4(a);
      |             ^~~~~
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:33:13: Unsupported: pulldown strength
   33 |   pulldown (supply0, supply1) pd5(a);
      |             ^~~~~~~
%Error-UNSUPPORTED: t/t_tri_pull_unsup.v:34:13: Unsupported: pulldown strength
   34 |   pulldown (strong1, strong0) pd6(a);
      |             ^~~~~~~
%Error: Exiting due to