• 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
          • Vl-lint
            • Vl-lintconfig-p
            • Condcheck
            • Lint-warning-suppression
            • Lucid
            • Lvaluecheck
            • Vl-interfacelist-alwaysstyle
            • Truncation-warnings
            • Vl-modulelist-alwaysstyle
            • Skip-detection
            • Vl-lint-report
            • Vl-lintresult
              • Vl-lintresult-fix
              • Make-vl-lintresult
              • Vl-lintresult-equiv
              • Vl-lintresult-p
              • Vl-lintresult->sv-modalist
              • Vl-lintresult->sd-probs
              • Vl-lintresult->reportcard
              • Vl-lintresult->design-orig
              • Change-vl-lintresult
              • Vl-lintresult->design0
              • Vl-lintresult->design
            • Vl::vl-design-sv-use-set
            • Oddexpr-check
            • Leftright-check
            • Duplicate-detect
            • Selfassigns
            • *vl-lint-help*
            • Arith-compare-check
            • Dupeinst-check
            • Qmarksize-check
            • Lint-whole-file-suppression
            • Run-vl-lint-main
            • Logicassign
            • Run-vl-lint
            • Vl-print-certain-warnings
            • Duperhs-check
            • Vl-lint-top
            • Sd-filter-problems
            • Vl-modulelist-add-svbad-warnings
            • Vl-module-add-svbad-warnings
            • Check-case
            • Vl-lint-extra-actions
            • Drop-lint-stubs
            • Vl-lint-print-warnings
            • Drop-user-submodules
            • Check-namespace
            • Vl-lintconfig-loadconfig
            • Vl-lint-design->svex-modalist-wrapper
            • Vl-delete-sd-problems-for-modnames-aux
            • Vl-collect-new-names-from-orignames
            • Vl-lint-print-all-warnings
            • Vl-design-remove-unnecessary-modules
            • Vl-delete-sd-problems-for-modnames
            • Vl-always-check-style
            • Vl-vardecllist-svbad-warnings
            • Vl-vardecl-svbad-warnings
            • Vl-reportcard-remove-suppressed
            • Vl-reportcard-keep-suppressed
            • Vl-alwayslist-check-style
            • Vl-remove-nameless-descriptions
            • Vl-lint-apply-quiet
            • Vl-warninglist-remove-suppressed
            • Vl-warninglist-keep-suppressed
            • Vl-print-eliminated-descs
            • Vl-module-alwaysstyle
            • Vl-jp-reportcard-aux
            • Vl-interface-alwaysstyle
            • Vl-design-alwaysstyle
            • Vl-jp-description-locations
            • Vl-jp-reportcard
            • Vl-pp-stringlist-lines
            • Vl-jp-design-locations
            • Vl-datatype-svbad-p
            • Unpacked-range-check
            • Sd-problem-major-p
            • Vl-alwaysstyle
          • Vl-server
          • Vl-gather
          • Vl-zip
          • Vl-main
          • Split-plusargs
          • Vl-shell
          • Vl-json
        • Mlib
        • Transforms
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Vl-lint

Vl-lintresult

Results from running the linter.

This is a product type introduced by defprod.

Fields
design — vl-design
Final, transformed list of modules. Useful to know whether a module is unexpectedly included or not included.
design0 — vl-design
Almost: the initial, pre-transformed modules. The only twist is that we have already removed modules that are unnecessary or that we wanted to drop; see, e.g., the topmods and ignore options of vl-lintconfig-p. This is used for skip-detection, for instance.
design-orig — vl-design
Really the initial, pre-transformed modules.
sv-modalist — sv::modalist
The result of converting the elaborated design into SV modules.
reportcard — vl-reportcard
The main result: binds "original" (pre-unparameterization) module names to their warnings.
sd-probs — sd-problemlist
Possible problems noticed by skip-detection. These are in a different format than ordinary warnings, so they aren't included in the reportcard.

Subtopics

Vl-lintresult-fix
Fixing function for vl-lintresult structures.
Make-vl-lintresult
Basic constructor macro for vl-lintresult structures.
Vl-lintresult-equiv
Basic equivalence relation for vl-lintresult structures.
Vl-lintresult-p
Recognizer for vl-lintresult structures.
Vl-lintresult->sv-modalist
Get the sv-modalist field from a vl-lintresult.
Vl-lintresult->sd-probs
Get the sd-probs field from a vl-lintresult.
Vl-lintresult->reportcard
Get the reportcard field from a vl-lintresult.
Vl-lintresult->design-orig
Get the design-orig field from a vl-lintresult.
Change-vl-lintresult
Modifying constructor for vl-lintresult structures.
Vl-lintresult->design0
Get the design0 field from a vl-lintresult.
Vl-lintresult->design
Get the design field from a vl-lintresult.