• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
          • Vl-warninglist->types
          • Vl-warning
          • Propagating-errors
          • Vl-reportcard
          • Vl-warning-sort
          • Lint-warning-suppression
          • Clean-warnings
          • Warn
          • Vl-some-warning-fatalp
          • Vl-print-warnings-with-header
          • Vl-print-warnings-with-named-header
          • Flat-warnings
            • Vl-interfacelist-flat-warnings
            • Vl-programlist-flat-warnings
            • Vl-packagelist-flat-warnings
            • Vl-modulelist-flat-warnings
            • Vl-configlist-flat-warnings
            • Vl-udplist-flat-warnings
            • Vl-design-flat-warnings
          • Vl-keep-warnings
          • Vl-remove-warnings
          • Vl-print-warnings
          • Vl-some-warning-of-type-p
          • Vl-clean-warnings
          • Vl-warnings-to-string
          • Vl-warninglist
          • Vl-print-warning
          • Ok
          • Vl-trace-warnings
          • Fatal
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
        • Transforms
        • Lint
        • Mlib
        • Server
        • Kit
        • Printer
        • Esim-vl
        • Well-formedness
      • Sv
      • Vwsim
      • Fgl
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Testing-utilities
    • Math
  • Warnings
  • Mlib

Flat-warnings

Extract flat lists of warnings from various design elements.

These functions append together the warnings from, e.g., all modules in a module list, to create unified lists of warnings.

Note: if you want to summarize or print warnings, a vl-reportcard-p is typically more useful than a flat list of warnings.

Note: these functions don't clean the warnings in any way, and so you may end up with many redundant warnings. Because of this, it is probably a good idea to clean-warnings before flattening.

Subtopics

Vl-interfacelist-flat-warnings
Gather a flat list of all warnings from a vl-interfacelist-p.
Vl-programlist-flat-warnings
Gather a flat list of all warnings from a vl-programlist-p.
Vl-packagelist-flat-warnings
Gather a flat list of all warnings from a vl-packagelist-p.
Vl-modulelist-flat-warnings
Gather a flat list of all warnings from a vl-modulelist-p.
Vl-configlist-flat-warnings
Gather a flat list of all warnings from a vl-configlist-p.
Vl-udplist-flat-warnings
Gather a flat list of all warnings from a vl-udplist-p.
Vl-design-flat-warnings
Gather a flat list of warnings from a vl-design-p.