File: t_wait.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 (40 lines) | stat: -rw-r--r-- 1,965 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
%Error-NOTIMING: t/t_wait.v:12:7: Wait statements require --timing
                                : ... note: In instance 't'
   12 |       wait (value == 1);
      |       ^~~~
                 ... For error description see https://verilator.org/warn/NOTIMING?v=latest
%Error-NOTIMING: t/t_wait.v:14:7: Wait statements require --timing
                                : ... note: In instance 't'
   14 |       wait (0);
      |       ^~~~
%Error-NOTIMING: t/t_wait.v:17:7: Wait statements require --timing
                                : ... note: In instance 't'
   17 |       wait (value == 2);
      |       ^~~~
%Error-NOTIMING: t/t_wait.v:20:7: Wait statements require --timing
                                : ... note: In instance 't'
   20 |       wait (value == 3) if (value != 3) $stop;
      |       ^~~~
%Warning-STMTDLY: t/t_wait.v:25:7: Ignoring delay on this statement due to --no-timing
                                 : ... note: In instance 't'
   25 |       #10;
      |       ^
                  ... For warning description see https://verilator.org/warn/STMTDLY?v=latest
                  ... Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Warning-STMTDLY: t/t_wait.v:27:7: Ignoring delay on this statement due to --no-timing
                                 : ... note: In instance 't'
   27 |       #10;
      |       ^
%Warning-STMTDLY: t/t_wait.v:29:7: Ignoring delay on this statement due to --no-timing
                                 : ... note: In instance 't'
   29 |       #10;
      |       ^
%Warning-STMTDLY: t/t_wait.v:31:7: Ignoring delay on this statement due to --no-timing
                                 : ... note: In instance 't'
   31 |       #10;
      |       ^
%Warning-STMTDLY: t/t_wait.v:33:7: Ignoring delay on this statement due to --no-timing
                                 : ... note: In instance 't'
   33 |       #10;
      |       ^
%Error: Exiting due to