• 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
        • Getting-started
        • Utilities
        • Printer
        • Kit
        • Mlib
        • Transforms
          • Unparameterization
          • Elaborate
          • Addnames
          • Annotate
          • Clean-warnings
          • Eliminitial
          • Custom-transform-hooks
          • Problem-modules
            • Vl-warn-problem-modulelist
            • Vl-warn-problem-module
            • Vl-design-problem-mods
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Transforms

Problem-modules

Eliminate modules that (the user says) cause problems.

This is a trivial transform that simply adds fatal warnings to any modules we are told are "problem modules."

This is a barbaric but effective way to work around any modules that, e.g., expose some kind of programming problem with VL.

Subtopics

Vl-warn-problem-modulelist
Extend vl-warn-problem-modulelist to a list of modules.
Vl-warn-problem-module
Add a fatal warning if this is a problem module.
Vl-design-problem-mods
Remove user-specified problem modules from the design.