• 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
          • Drop-user-submodules
          • Check-namespace
            • Vl-modulelist-check-namespace
            • Vl-module-check-namespace
            • Vl-design-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-namespace

A check for basic, incorrect constructs like name clashes.

This is a like vl-module-check-reasonable, but is more appropriate for linting. The main difference is that, here, we don't complain about perfectly valid Verilog constructs merely because they aren't supported by our transformation to esim. For instance, we don't support event declarations in E, but that's no reason to complain about them when linting.

Subtopics

Vl-modulelist-check-namespace
(vl-modulelist-check-namespace x) maps vl-module-check-namespace across a list.
Vl-module-check-namespace
Vl-design-check-namespace