• 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-modulelist-duplicate-detect
            • Vl-duplicate-assign-warnings
            • Vl-duplicate-modinst-warnings
            • Vl-duplicate-gateinst-warnings
            • Vl-duplicate-modinst-locations
            • Vl-duplicate-gateinst-locations
            • Vl-duplicate-assign-locations
            • Vl-module-duplicate-detect
            • Vl-make-duplicate-warning
            • Vl-design-duplicate-detect
          • Vl-print-certain-warnings
          • Duperhs-check
          • *vl-lint-help*
          • 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

Duplicate-detect

Check for instances and assignments that are literally identical.

This is a heuristic for generating warnings. We look for assignments, module instances, and gate instances that are identical up to stripping as described in stripping-functions. These sorts of things might well be copy/paste errors.

Subtopics

Vl-modulelist-duplicate-detect
(vl-modulelist-duplicate-detect x) maps vl-module-duplicate-detect across a list.
Vl-duplicate-assign-warnings
Vl-duplicate-modinst-warnings
Vl-duplicate-gateinst-warnings
Vl-duplicate-modinst-locations
Vl-duplicate-gateinst-locations
Vl-duplicate-assign-locations
Vl-module-duplicate-detect
Detect duplicate assignments and instances throughout a module.
Vl-make-duplicate-warning
Vl-design-duplicate-detect
Top-level duplicate-detect check.