• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
      • Vl
        • Syntax
        • Loader
        • Warnings
          • Lint-warning-suppression
          • Warning-basics
          • Vl-warning
          • Vl-warninglist-add-ctx
          • Vl-warninglist->types
          • Propagating-errors
          • Vl-reportcard
          • Vl-some-warning-fatalp
          • Clean-warnings
            • Vl-interfacelist-clean-warnings
            • Vl-programlist-clean-warnings
            • Vl-packagelist-clean-warnings
            • Vl-modulelist-clean-warnings
            • Vl-configlist-clean-warnings
            • Vl-classlist-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-class-clean-warnings
            • Vl-udp-clean-warnings
          • Lint-whole-file-suppression
          • Warn
          • Vl-warninglist
          • Vl-remove-warnings
          • Vl-keep-warnings
          • Flat-warnings
          • Vl-some-warning-of-type-p
          • Vl-msg
          • Vl-warning-add-ctx
          • Vl-print-warning
          • Vmsg-binary-concat
          • Ok
          • Vl-trace-warnings
          • Fatal
          • Vmsg
        • Getting-started
        • Utilities
        • Printer
        • Kit
        • Mlib
        • Transforms
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Transforms
  • Warnings

Clean-warnings

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

The top-level function here is vl-design-clean-warnings. This function simply applies vl-clean-warnings, which sorts a list of warnings and eliminates duplicate warnings, to all of the warnings lists throughout the 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-classlist-clean-warnings
(vl-classlist-clean-warnings x) maps vl-class-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-class-clean-warnings
Clean warnings in a vl-class-p.
Vl-udp-clean-warnings
Clean warnings in a vl-udp-p.