File: t_notiming_off.out

package info (click to toggle)
verilator 5.032-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 93,932 kB
  • sloc: cpp: 131,288; python: 19,365; ansic: 10,234; yacc: 5,733; lex: 1,905; makefile: 1,229; sh: 489; perl: 282; fortran: 22
file content (29 lines) | stat: -rw-r--r-- 1,849 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
%Error-NOTIMING: t/t_timing_off.v:25: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
   25 |        @e1;
      |        ^
                 ... For error description see https://verilator.org/warn/NOTIMING?v=latest
%Warning-STMTDLY: t/t_timing_off.v:33:12: Ignoring delay on this statement due to --no-timing
                                        : ... note: In instance 't'
   33 |    initial #2 ->e1;
      |            ^
                  ... Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Warning-STMTDLY: t/t_timing_off.v:37:12: Ignoring delay on this statement due to --no-timing
                                        : ... note: In instance 't'
   37 |    initial #3 $stop;  
      |            ^
%Warning-STMTDLY: t/t_timing_off.v:38:12: Ignoring delay on this statement due to --no-timing
                                        : ... note: In instance 't'
   38 |    initial #1 @(e1, e2) #1 $stop;  
      |            ^
%Error-NOTIMING: t/t_timing_off.v:38:15: 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
   38 |    initial #1 @(e1, e2) #1 $stop;  
      |               ^
%Warning-STMTDLY: t/t_timing_off.v:38:25: Ignoring delay on this statement due to --no-timing
                                        : ... note: In instance 't'
   38 |    initial #1 @(e1, e2) #1 $stop;  
      |                         ^
%Error: Exiting due to