File: t_assert_comp_bad.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 (39 lines) | stat: -rw-r--r-- 2,147 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
-Info: t/t_assert_comp_bad.v:10:7: Elaboration system task message (IEEE 1800-2023 20.11)
                                 : ... note: In instance 't'
   10 |       $info;
      |       ^~~~~
-Info: t/t_assert_comp_bad.v:11:7: User elaboration-time info
                                 : ... note: In instance 't'
   11 |       $info("User elaboration-time info");
      |       ^~~~~
%Warning-USERWARN: t/t_assert_comp_bad.v:12:7: Elaboration system task message (IEEE 1800-2023 20.11)
                                             : ... note: In instance 't'
   12 |       $warning;
      |       ^~~~~~~~
                   ... For warning description see https://verilator.org/warn/USERWARN?v=latest
                   ... Use "/* verilator lint_off USERWARN */" and lint_on around source to disable this message.
%Warning-USERWARN: t/t_assert_comp_bad.v:13:7: User elaboration-time warning
                                             : ... note: In instance 't'
   13 |       $warning("User elaboration-time warning");
      |       ^~~~~~~~
%Warning-USERWARN: t/t_assert_comp_bad.v:14:7:           1
                                             : ... note: In instance 't'
   14 |       $warning(1);   
      |       ^~~~~~~~
%Warning-USERERROR: t/t_assert_comp_bad.v:15:7: Elaboration system task message (IEEE 1800-2023 20.11)
                                              : ... note: In instance 't'
   15 |       $error;
      |       ^~~~~~
%Warning-USERERROR: t/t_assert_comp_bad.v:16:7: User elaboration-time error
                                              : ... note: In instance 't'
   16 |       $error("User elaboration-time error");
      |       ^~~~~~
%Warning-USERFATAL: t/t_assert_comp_bad.v:17:7: User elaboration-time fatal
                                              : ... note: In instance 't'
   17 |       $fatal(0, "User elaboration-time fatal");
      |       ^~~~~~
%Warning-USERFATAL: t/t_assert_comp_bad.v:18:7: Elaboration system task message (IEEE 1800-2023 20.11)
                                              : ... note: In instance 't'
   18 |       $fatal;
      |       ^~~~~~
%Error: Exiting due to