File: t_notiming.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 (50 lines) | stat: -rw-r--r-- 2,716 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
%Warning-STMTDLY: t/t_notiming.v:12:8: Ignoring delay on this statement due to --no-timing
                                     : ... note: In instance 't'
   12 |        #1
      |        ^
                  ... 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.
%Error-NOTIMING: t/t_notiming.v:13:8: Fork statements require --timing
                                    : ... note: In instance 't'
   13 |        fork @e; @e; join;
      |        ^~~~
                 ... For error description see https://verilator.org/warn/NOTIMING?v=latest
%Error-NOTIMING: t/t_notiming.v:14:8: Event control statement in this location requires --timing
                                    : ... note: In instance 't'
                                    : ... With --no-timing, suggest have one event control statement per procedure, at the top of the procedure
   14 |        @e
      |        ^
%Error-NOTIMING: t/t_notiming.v:15:8: Wait statements require --timing
                                    : ... note: In instance 't'
   15 |        wait(x == 4)
      |        ^~~~
%Error-NOTIMING: t/t_notiming.v:19:8: Event control statement in this location requires --timing
                                    : ... note: In instance 't'
                                    : ... With --no-timing, suggest have one event control statement per procedure, at the top of the procedure
   19 |        @e
      |        ^
%Warning-STMTDLY: t/t_notiming.v:26:12: Ignoring delay on this statement due to --no-timing
                                      : ... note: In instance 't'
   26 |    initial #1 ->e;
      |            ^
%Warning-STMTDLY: t/t_notiming.v:27:12: Ignoring delay on this statement due to --no-timing
                                      : ... note: In instance 't'
   27 |    initial #2 $stop;  
      |            ^
%Error-NOTIMING: t/t_notiming.v:33:10: mailbox::put() requires --timing
                                     : ... note: In instance 't'
   33 |        m.put(i);
      |          ^~~
%Error-NOTIMING: t/t_notiming.v:34:10: mailbox::get() requires --timing
                                     : ... note: In instance 't'
   34 |        m.get(i);
      |          ^~~
%Error-NOTIMING: t/t_notiming.v:35:10: mailbox::peek() requires --timing
                                     : ... note: In instance 't'
   35 |        m.peek(i);
      |          ^~~~
%Error-NOTIMING: t/t_notiming.v:36:10: semaphore::get() requires --timing
                                     : ... note: In instance 't'
   36 |        s.get();
      |          ^~~
%Error: Exiting due to