• 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
          • Vl-lintconfig-p
          • Lucid
          • Skip-detection
          • Vl-lintresult-p
          • Lint-warning-suppression
          • Condcheck
          • Selfassigns
          • Leftright-check
          • Dupeinst-check
          • Oddexpr-check
          • Remove-toohard
          • Qmarksize-check
          • Portcheck
          • Duplicate-detect
          • Vl-print-certain-warnings
          • Duperhs-check
          • *vl-lint-help*
          • Lint-stmt-rewrite
          • Drop-missing-submodules
          • Check-case
          • Drop-user-submodules
            • Vl-modulelist-drop-user-submodules-aux
            • Vl-module-drop-user-submodules
            • Vl-modulelist-drop-user-submodules
            • Vl-design-drop-user-submodules
          • Check-namespace
          • Vl-lint
        • Mlib
        • Server
        • Kit
        • Printer
        • Esim-vl
        • Well-formedness
      • Sv
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Lint

Drop-user-submodules

(Unsound transform) Remove modules that the user says to drop, and simultaneously remove all instances of these submodules.

This is useful for modules that the user knows VL-Lint can't make any sense of, or for modules that the user just isn't interested in because they are, say, owned by some other logic designer.

Subtopics

Vl-modulelist-drop-user-submodules-aux
(vl-modulelist-drop-user-submodules-aux x names fal) maps vl-module-drop-user-submodules across a list.
Vl-module-drop-user-submodules
Remove instances of modules that we're supposed to drop.
Vl-modulelist-drop-user-submodules
Vl-design-drop-user-submodules