• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
        • Svex-stvs
        • Svex-decomposition-methodology
        • Sv-versus-esim
        • Svex-decomp
        • Svex-compose-dfs
        • Svex-compilation
        • Moddb
        • Svmods
          • Address
          • Wire
          • Module
            • Module-fix
            • Make-module
            • Module-vars
            • Module-p
            • Module-equiv
            • Change-module
            • Module->constraints
            • Module->aliaspairs
            • Module->wires
            • Module->insts
            • Module->fixups
            • Module->assigns
            • Module-addr-p
          • Lhs
          • Path
          • Svar-add-namespace
          • Design
          • Modinst
          • Lhs-add-namespace
          • Modalist
          • Path-add-namespace
          • Modname->submodnames
          • Name
          • Constraintlist-addr-p
          • Svex-alist-addr-p
          • Svar-map-addr-p
          • Lhspairs-addr-p
          • Modname
          • Assigns-addr-p
          • Lhs-addr-p
          • Lhatom-addr-p
          • Modhier-list-measure
          • Attributes
          • Modhier-measure
          • Modhier-list-measure-aux
          • Modhier-loopfreelist-p
          • Modhier-loopfree-p
        • Svstmt
        • Sv-tutorial
        • Expressions
        • Symbolic-test-vector
        • Vl-to-svex
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Svmods

Module

This is a product type introduced by defprod.

Fields
wires — wirelist
insts — modinstlist
assigns — assigns
fixups — assigns
constraints — constraintlist
aliaspairs — lhspairs

Subtopics

Module-fix
Fixing function for module structures.
Make-module
Basic constructor macro for module structures.
Module-vars
Module-p
Recognizer for module structures.
Module-equiv
Basic equivalence relation for module structures.
Change-module
Modifying constructor for module structures.
Module->constraints
Get the constraints field from a module.
Module->aliaspairs
Get the aliaspairs field from a module.
Module->wires
Get the wires field from a module.
Module->insts
Get the insts field from a module.
Module->fixups
Get the fixups field from a module.
Module->assigns
Get the assigns field from a module.
Module-addr-p