• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
        • Transforms
        • Lint
        • Mlib
          • Scopestack
          • Filtering-by-name
          • Vl-namefactory
          • Substitution
          • Allexprs
          • Hid-tools
          • Vl-consteval
          • Range-tools
          • Lvalexprs
          • Hierarchy
          • Finding-by-name
          • Expr-tools
          • Expr-slicing
          • Stripping-functions
          • Stmt-tools
          • Modnamespace
          • Vl-parse-expr-from-str
          • Welltyped
          • Reordering-by-name
          • 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
          • Genblob
          • Expr-building
          • Datatype-tools
          • Syscalls
          • Relocate
          • Expr-cleaning
          • Namemangle
          • Caremask
          • Port-tools
          • Lvalues
        • Server
        • Kit
        • Printer
        • Esim-vl
        • Well-formedness
      • Sv
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • 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.