• 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
            • Vl-modulelist-check-case
            • Vl-collect-ieqv-strings
            • Vl-find-case-equivalent-strings
            • Vl-module-check-case
            • Vl-design-check-case
            • Vl-equiv-strings-to-lines
          • 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

Check-case

Basic checker to ensure that wire names don't differ only by case.

Stylistically, we don't think wire names ought to differ only by case. Such names might indicate a typo. They could also cause problems for any Verilog tools that standardize all wire names to lowercase, etc.

Subtopics

Vl-modulelist-check-case
(vl-modulelist-check-case x) maps vl-module-check-case across a list.
Vl-collect-ieqv-strings
(vl-collect-ieqv-strings a x) returns all strings in the list x that are case-equivalent to the string a.
Vl-find-case-equivalent-strings
Find all case-equivalent strings in a string-list.
Vl-module-check-case
Vl-design-check-case
Vl-equiv-strings-to-lines