File: t_sdf_annotate_unsup.out

package info (click to toggle)
verilator 5.040-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164,628 kB
  • sloc: cpp: 145,372; python: 21,412; ansic: 10,559; yacc: 6,085; lex: 1,931; makefile: 1,264; sh: 494; perl: 282; fortran: 22
file content (15 lines) | stat: -rw-r--r-- 915 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%Warning-SPECIFYIGN: t/t_sdf_annotate_unsup.v:10:5: Ignoring unsupported: $sdf_annotate
   10 |     $sdf_annotate("file.sdf");
      |     ^~~~~~~~~~~~~
                     ... For warning description see https://verilator.org/warn/SPECIFYIGN?v=latest
                     ... Use "/* verilator lint_off SPECIFYIGN */" and lint_on around source to disable this message.
%Warning-SPECIFYIGN: t/t_sdf_annotate_unsup.v:11:5: Ignoring unsupported: $sdf_annotate
   11 |     $sdf_annotate("file.sdf",);
      |     ^~~~~~~~~~~~~
%Warning-SPECIFYIGN: t/t_sdf_annotate_unsup.v:12:5: Ignoring unsupported: $sdf_annotate
   12 |     $sdf_annotate("file.sdf", t);
      |     ^~~~~~~~~~~~~
%Warning-SPECIFYIGN: t/t_sdf_annotate_unsup.v:14:5: Ignoring unsupported: $sdf_annotate
   14 |     $sdf_annotate("file.sdf", t, "config_file", "log_file", "mtm_spec", "scale_factors",
      |     ^~~~~~~~~~~~~
%Error: Exiting due to