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
  
     | 
    
      -Info: t/t_assert_comp_bad.v:13:7: Elaboration system task message (IEEE 1800-2023 20.11)
                                 : ... note: In instance 't'
   13 |       $info;
      |       ^~~~~
-Info: t/t_assert_comp_bad.v:14:7: User elaboration-time info
                                 : ... note: In instance 't'
   14 |       $info("User elaboration-time info");
      |       ^~~~~
-Info: t/t_assert_comp_bad.v:15:7: Percent=% PctPct=%% Ten=10
                                 : ... note: In instance 't'
   15 |       $info("Percent=%% PctPct=%s Ten=%0d", PCTPCT, TEN);
      |       ^~~~~
%Warning-USERWARN: t/t_assert_comp_bad.v:16:7: Elaboration system task message (IEEE 1800-2023 20.11)
                                             : ... note: In instance 't'
   16 |       $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:17:7: User elaboration-time warning
                                             : ... note: In instance 't'
   17 |       $warning("User elaboration-time warning");
      |       ^~~~~~~~
%Warning-USERWARN: t/t_assert_comp_bad.v:18:7:           1
                                             : ... note: In instance 't'
   18 |       $warning(1);   
      |       ^~~~~~~~
%Warning-USERERROR: t/t_assert_comp_bad.v:19:7: Elaboration system task message (IEEE 1800-2023 20.11)
                                              : ... note: In instance 't'
   19 |       $error;
      |       ^~~~~~
                    ... For warning description see https://verilator.org/warn/USERERROR?v=latest
                    ... Use "/* verilator lint_off USERERROR */" and lint_on around source to disable this message.
%Warning-USERERROR: t/t_assert_comp_bad.v:20:7: User elaboration-time error
                                              : ... note: In instance 't'
   20 |       $error("User elaboration-time error");
      |       ^~~~~~
%Warning-USERFATAL: t/t_assert_comp_bad.v:21:7: User elaboration-time fatal
                                              : ... note: In instance 't'
   21 |       $fatal(0, "User elaboration-time fatal");
      |       ^~~~~~
                    ... For warning description see https://verilator.org/warn/USERFATAL?v=latest
                    ... Use "/* verilator lint_off USERFATAL */" and lint_on around source to disable this message.
%Warning-USERFATAL: t/t_assert_comp_bad.v:22:7: Elaboration system task message (IEEE 1800-2023 20.11)
                                              : ... note: In instance 't'
   22 |       $fatal;
      |       ^~~~~~
%Error: Exiting due to
 
     |