• 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
            • Vl-initiallist-lint-stmt-rewrite
            • Vl-modulelist-lint-stmt-rewrite
            • Vl-alwayslist-lint-stmt-rewrite
            • Vl-module-lint-stmt-rewrite
            • Vl-lint-throwaway-fn-p
            • Vl-initial-lint-stmt-rewrite
            • Vl-always-lint-stmt-rewrite
            • Vl-design-lint-stmt-rewrite
            • Vl-lint-stmt-rewrite
          • Drop-missing-submodules
          • Check-case
          • 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

Lint-stmt-rewrite

(Unsound transform) eliminate $display and various other statements to cut down on noisy warnings about dropping unsupported constructs.

Subtopics

Vl-initiallist-lint-stmt-rewrite
(vl-initiallist-lint-stmt-rewrite x) maps vl-initial-lint-stmt-rewrite across a list.
Vl-modulelist-lint-stmt-rewrite
(vl-modulelist-lint-stmt-rewrite x) maps vl-module-lint-stmt-rewrite across a list.
Vl-alwayslist-lint-stmt-rewrite
(vl-alwayslist-lint-stmt-rewrite x) maps vl-always-lint-stmt-rewrite across a list.
Vl-module-lint-stmt-rewrite
Vl-lint-throwaway-fn-p
Vl-initial-lint-stmt-rewrite
Vl-always-lint-stmt-rewrite
Vl-design-lint-stmt-rewrite
Vl-lint-stmt-rewrite
Main rewrite. Recursively convert any throwaway statements into null statements.