• 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
          • Expression-sizing
          • Occform
          • Oprewrite
          • Expand-functions
          • Delayredux
          • Unparameterization
          • Caseelim
          • Split
          • Selresolve
          • Weirdint-elim
          • Vl-delta
          • Replicate-insts
          • Rangeresolve
          • Propagate
          • Clean-selects
          • Clean-params
          • Blankargs
          • Inline-mods
          • Expr-simp
          • Trunc
          • Always-top
          • Gatesplit
          • Gate-elim
          • Expression-optimization
          • Elim-supplies
          • Wildelim
          • Drop-blankports
          • Clean-warnings
            • Vl-interfacelist-clean-warnings
            • Vl-programlist-clean-warnings
            • Vl-packagelist-clean-warnings
            • Vl-modulelist-clean-warnings
            • Vl-configlist-clean-warnings
            • Vl-udplist-clean-warnings
            • Vl-design-clean-warnings
            • Vl-clean-warnings
            • Vl-program-clean-warnings
            • Vl-package-clean-warnings
            • Vl-interface-clean-warnings
            • Vl-module-clean-warnings
            • Vl-config-clean-warnings
            • Vl-udp-clean-warnings
          • Addinstnames
          • Custom-transform-hooks
          • Annotate
          • Latchcode
          • Elim-unused-vars
          • Problem-modules
        • Lint
        • Mlib
        • Server
        • Kit
        • Printer
        • Esim-vl
        • Well-formedness
      • Sv
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Transforms
  • Warnings

Clean-warnings

A transform to clean up all the warnings in a design.

See vl-clean-warnings, which sorts warnings and eliminates duplicates. This transform just extends vl-clean-warnings throughout a design.

Subtopics

Vl-interfacelist-clean-warnings
(vl-interfacelist-clean-warnings x) maps vl-interface-clean-warnings across a list.
Vl-programlist-clean-warnings
(vl-programlist-clean-warnings x) maps vl-program-clean-warnings across a list.
Vl-packagelist-clean-warnings
(vl-packagelist-clean-warnings x) maps vl-package-clean-warnings across a list.
Vl-modulelist-clean-warnings
(vl-modulelist-clean-warnings x) maps vl-module-clean-warnings across a list.
Vl-configlist-clean-warnings
(vl-configlist-clean-warnings x) maps vl-config-clean-warnings across a list.
Vl-udplist-clean-warnings
(vl-udplist-clean-warnings x) maps vl-udp-clean-warnings across a list.
Vl-design-clean-warnings
Clean warnings everywhere throughout a design.
Vl-clean-warnings
Sort and remove duplicates from a list of warnings.
Vl-program-clean-warnings
Clean warnings in a vl-program-p.
Vl-package-clean-warnings
Clean warnings in a vl-package-p.
Vl-interface-clean-warnings
Clean warnings in a vl-interface-p.
Vl-module-clean-warnings
Clean warnings in a vl-module-p.
Vl-config-clean-warnings
Clean warnings in a vl-config-p.
Vl-udp-clean-warnings
Clean warnings in a vl-udp-p.