• 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
          • Vl-module
          • Vl-vardecl
          • Expressions
          • Vl-fundecl
          • Vl-assign
          • Vl-gateinst
          • Vl-modinst
          • Vl-commentmap
          • Vl-portdecl
          • Vl-taskdecl
          • Vl-design
          • Vl-interface
          • Vl-plainarglist->exprs
          • Vl-taskdecllist->names
          • Vl-fundecllist->names
          • Vl-package
          • Vl-port
          • Vl-udp
          • Vl-paramdecl
          • Vl-genelement
          • Vl-cycledelayrange
          • Vl-namedarg
          • Vl-sort-blockitems-aux
          • Vl-distitem
          • Vl-gatedelay
          • Vl-repetition
          • Vl-typedef
          • Vl-range
          • Vl-gatestrength
          • Vl-program
          • Vl-config
          • Vl-always
          • Vl-datatype-update-dims
          • Vl-import
          • Vl-enumbasetype
          • Vl-repeateventcontrol
          • Vl-paramargs
          • Vl-initial
          • Vl-eventcontrol
          • Vl-udpsymbol-p
          • Vl-maybe-range
          • Vl-maybe-nettypename
          • Vl-maybe-gatestrength
          • Vl-maybe-gatedelay
          • Vl-maybe-delayoreventcontrol
          • Vl-alias
          • Maybe-string-fix
          • Vl-maybe-packeddimension
          • Vl-fwdtypedef
          • Vl-evatom
          • Vl-packeddimension-p
          • Vl-maybe-udpsymbol
          • Vl-maybe-module
          • Vl-maybe-direction
          • Vl-maybe-datatype
          • Vl-maybe-cstrength
          • Vl-direction-p
          • Vl-arguments
          • Vl-maybe-design
          • Vl-udpline
          • Vl-exprdist
          • Vl-context1
          • Vl-genvar
          • Vl-enumitem
          • Vl-datatype-update-udims
          • Vl-datatype-update-pdims
          • Vl-modelement
          • Vl-udpedge
          • Vl-delaycontrol
          • Vl-context
          • Vl-sort-blockitems
          • Vl-distweighttype-p
          • Vl-ctxelement->loc
          • Vl-blockitem
          • Vl-vardecllist
          • Vl-module->ifports
          • Vl-modelement->loc
          • Vl-ctxelement
          • Vl-coretypename-p
          • Vl-packeddimensionlist
          • Vl-modelementlist->genelements
          • Vl-gatetype-p
          • Vl-paramdecllist
          • Vl-lifetime-p
          • Vl-datatype->udims
          • Vl-datatype->pdims
          • Vl-timeunit-p
          • Vl-repetitiontype-p
          • Vl-port->name
          • Vl-importlist
          • Vl-genelement->loc
          • Vl-delayoreventcontrol
          • Vl-cstrength-p
          • Statements
          • Vl-udpentry-p
          • Vl-packeddimension-fix
          • Vl-nettypename-p
          • Vl-portdecllist
          • Vl-port->loc
          • Vl-enumbasekind-fix
          • Vl-arguments->args
          • Vl-taskdecllist
          • Vl-portlist
          • Vl-importpart-p
          • Vl-importpart-fix
          • Vl-fundecllist
          • Vl-blockstmt-p
          • Vl-assignlist
          • Vl-alwaystype-p
          • Vl-typedeflist
          • Vl-syntaxversion-p
          • Vl-randomqualifier-p
          • Vl-modinstlist
          • Vl-gateinstlist
          • Vl-blockitemlist
          • Vl-udptable
            • Vl-udptable-fix
            • Vl-udptable-equiv
              • Vl-udptable-p
            • Vl-udplist
            • Vl-udpentrylist
            • Vl-programlist
            • Vl-paramvaluelist
            • Vl-packagelist
            • Vl-namedparamvaluelist
            • Vl-namedarglist
            • Vl-modulelist
            • Vl-modportlist
            • Vl-modport-portlist
            • Vl-interfacelist
            • Vl-initiallist
            • Vl-genvarlist
            • Vl-fwdtypedeflist
            • Vl-evatomlist
            • Vl-enumitemlist
            • Vl-distlist
            • Vl-configlist
            • Vl-alwayslist
            • Vl-aliaslist
            • Vl-regularportlist
            • Vl-rangelist-list
            • Vl-rangelist
            • Vl-paramdecllist-list
            • Vl-modelementlist
            • Vl-maybe-range-list
            • Vl-interfaceportlist
            • Vl-argumentlist
            • Data-types
          • Getting-started
          • Utilities
          • Loader
          • Transforms
          • Lint
          • Mlib
          • Server
          • Kit
          • Printer
          • Esim-vl
          • Well-formedness
        • Sv
        • Fgl
        • Vwsim
        • Vl
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Vl-udptable

    Vl-udptable-equiv

    Basic equivalence relation for vl-udptable structures.

    Definitions and Theorems

    Function: vl-udptable-equiv$inline

    (defun vl-udptable-equiv$inline (acl2::x acl2::y)
      (declare (xargs :guard (and (vl-udptable-p acl2::x)
                                  (vl-udptable-p acl2::y))))
      (equal (vl-udptable-fix acl2::x)
             (vl-udptable-fix acl2::y)))

    Theorem: vl-udptable-equiv-is-an-equivalence

    (defthm vl-udptable-equiv-is-an-equivalence
      (and (booleanp (vl-udptable-equiv x y))
           (vl-udptable-equiv x x)
           (implies (vl-udptable-equiv x y)
                    (vl-udptable-equiv y x))
           (implies (and (vl-udptable-equiv x y)
                         (vl-udptable-equiv y z))
                    (vl-udptable-equiv x z)))
      :rule-classes (:equivalence))

    Theorem: vl-udptable-equiv-implies-equal-vl-udptable-fix-1

    (defthm vl-udptable-equiv-implies-equal-vl-udptable-fix-1
      (implies (vl-udptable-equiv acl2::x x-equiv)
               (equal (vl-udptable-fix acl2::x)
                      (vl-udptable-fix x-equiv)))
      :rule-classes (:congruence))

    Theorem: vl-udptable-fix-under-vl-udptable-equiv

    (defthm vl-udptable-fix-under-vl-udptable-equiv
      (vl-udptable-equiv (vl-udptable-fix acl2::x)
                         acl2::x)
      :rule-classes (:rewrite :rewrite-quoted-constant))

    Theorem: equal-of-vl-udptable-fix-1-forward-to-vl-udptable-equiv

    (defthm equal-of-vl-udptable-fix-1-forward-to-vl-udptable-equiv
      (implies (equal (vl-udptable-fix acl2::x)
                      acl2::y)
               (vl-udptable-equiv acl2::x acl2::y))
      :rule-classes :forward-chaining)

    Theorem: equal-of-vl-udptable-fix-2-forward-to-vl-udptable-equiv

    (defthm equal-of-vl-udptable-fix-2-forward-to-vl-udptable-equiv
      (implies (equal acl2::x (vl-udptable-fix acl2::y))
               (vl-udptable-equiv acl2::x acl2::y))
      :rule-classes :forward-chaining)

    Theorem: vl-udptable-equiv-of-vl-udptable-fix-1-forward

    (defthm vl-udptable-equiv-of-vl-udptable-fix-1-forward
      (implies (vl-udptable-equiv (vl-udptable-fix acl2::x)
                                  acl2::y)
               (vl-udptable-equiv acl2::x acl2::y))
      :rule-classes :forward-chaining)

    Theorem: vl-udptable-equiv-of-vl-udptable-fix-2-forward

    (defthm vl-udptable-equiv-of-vl-udptable-fix-2-forward
      (implies (vl-udptable-equiv acl2::x (vl-udptable-fix acl2::y))
               (vl-udptable-equiv acl2::x acl2::y))
      :rule-classes :forward-chaining)