• 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
          • Expression-sizing
            • Expression-sizing-minutia
            • Expression-sizing-intro
            • Vl-keyvalue-pattern-collect-array-replacements
            • Vl-assignpattern-positional-replacement
            • Vl-plainarg-exprsize
            • Vl-assignpattern-keyvalue-replacement
            • Vl-keyvalue-pattern-collect-struct-replacements
            • Vl-modulelist-exprsize
            • Vl-expr-assignpattern-extend/truncate
            • Vl-structmemberlist->types
            • Vl-expr-size
            • Vl-expr-selfdetermine-type
            • Vl-assignpattern-multi-replacement
            • Vl-parse-keyval-pattern-struct
            • Vl-plainarglist-exprsize
            • Vl-parse-keyval-pattern-array
            • Vl-warn-about-implicit-extension
            • Vl-assigncontext-size
            • Vl-arguments-exprsize
            • Vl-assignpattern-replacement
              • Vl-packeddimensionlist-exprsize
              • Vl-namedparamvaluelist-exprsize
              • Vl-maybe-delayoreventcontrol-exprsize
              • Vl-repeateventcontrol-exprsize
              • Vl-paramvaluelist-exprsize
              • Vl-maybe-packeddimension-exprsize
              • Vl-delayoreventcontrol-exprsize
              • Vl-namedparamvalue-exprsize
              • Vl-namedarglist-exprsize
              • Vl-enumitemlist-exprsize
              • Vl-packeddimension-exprsize
              • Vl-maybe-paramvalue-exprsize
              • Vl-evatomlist-exprsize
              • Vl-atom-selfdetermine-type
              • Vl-rangelist-exprsize
              • Vl-maybe-gatedelay-exprsize
              • Vl-maybe-datatype-exprsize
              • Vl-gatedelay-exprsize
              • Vl-paramargs-exprsize
              • Vl-namedarg-exprsize
              • Vl-eventcontrol-exprsize
              • Vl-enumbasetype-exprsize
              • Vl-delaycontrol-exprsize
              • Vl-paramvalue-exprsize
              • Vl-maybe-range-exprsize
              • Vl-enumitem-exprsize
              • Vl-range-exprsize
              • Vl-paramdecl-exprsize
              • Vl-paramdecllist-exprsize
              • Vl-maybe-expr-size
              • Vl-evatom-exprsize
              • Vl-vardecllist-exprsize
              • Vl-portdecllist-exprsize
              • Vl-modinstlist-exprsize
              • Vl-initiallist-exprsize
              • Vl-gateinstlist-exprsize
              • Vl-fundecllist-exprsize
              • Vl-assign-exprsize
              • Vl-interfaceport-exprsize
              • Vl-assignlist-exprsize
              • Vl-alwayslist-exprsize
              • Vl-portlist-exprsize
              • Vl-modinst-exprsize
              • Vl-gateinst-exprsize
              • Vl-fundecl-exprsize
              • Vl-vardecl-exprsize
              • Vl-regularport-exprsize
              • Vl-portdecl-exprsize
              • Vl-initial-exprsize
              • Vl-always-exprsize
              • Vl-port-exprsize
              • Vl-lvalue-type
              • Vl-classify-extension-warning-hook
              • Welltyped
              • Vl-castexpr->datatype
              • Vl-expr-size-assigncontext
              • Vl-type-expr-pairs-sum-datatype-sizes
              • Vl-basictype->datatype
              • Vl-expr-replace-assignpatterns
              • Vl-design-exprsize
              • Vl-op-simple-vector-p
              • Vl-expr-val-alist-max-count
              • Vl-expr-has-patterns
              • Vl-exprlist-max-count
              • Vl-unsigned-when-size-zero-lst
              • Vl-type-expr-pairs
              • Append-n
              • Vl-expr-val-alist
              • Vl-datatypelist
            • Occform
            • Oprewrite
            • Expand-functions
            • Delayredux
            • Unparameterization
            • Caseelim
            • Split
            • Selresolve
            • Weirdint-elim
            • Vl-delta
            • Replicate-insts
            • Rangeresolve
            • Propagate
            • Clean-selects
            • Clean-params
            • Blankargs
            • Inline-mods
            • Expr-simp
            • Trunc
            • Always-top
            • Gatesplit
            • Gate-elim
            • Expression-optimization
            • Elim-supplies
            • Wildelim
            • Drop-blankports
            • Clean-warnings
            • Addinstnames
            • Custom-transform-hooks
            • Annotate
            • Latchcode
            • Elim-unused-vars
            • Problem-modules
          • Lint
          • Mlib
          • Server
          • Kit
          • Printer
          • Esim-vl
          • Well-formedness
        • Sv
        • Fgl
        • Vwsim
        • Vl
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Expression-sizing

    Vl-assignpattern-replacement

    Signature
    (vl-assignpattern-replacement lhs-type x ctx warnings) 
      → 
    (mv successp pairs new-warnings)
    Arguments
    lhs-type — Guard (vl-datatype-p lhs-type).
    x — Guard (vl-expr-p x).
    ctx — Guard (vl-context-p ctx).
    warnings — Guard (vl-warninglist-p warnings).
    Returns
    successp — Type (booleanp successp).
    pairs — Type (vl-type-expr-pairs-p pairs).
    new-warnings — Type (vl-warninglist-p new-warnings).

    Definitions and Theorems

    Function: vl-assignpattern-replacement

    (defun vl-assignpattern-replacement (lhs-type x ctx warnings)
     (declare (xargs :guard (and (vl-datatype-p lhs-type)
                                 (vl-expr-p x)
                                 (vl-context-p ctx)
                                 (vl-warninglist-p warnings))))
     (declare
      (xargs
          :guard
          (and (not (vl-atom-p x))
               (member (vl-nonatom->op x)
                       '(:vl-pattern-positional
                             :vl-pattern-multi :vl-pattern-keyvalue)))))
     (let ((__function__ 'vl-assignpattern-replacement))
      (declare (ignorable __function__))
      (b* (((vl-nonatom x)))
       (case
           x.op
           (:vl-pattern-positional (vl-assignpattern-positional-replacement
                                        lhs-type x.args x ctx warnings))
           (:vl-pattern-multi (vl-assignpattern-multi-replacement
                                   lhs-type x.args x ctx warnings))
           (:vl-pattern-keyvalue (vl-assignpattern-keyvalue-replacement
                                      lhs-type x.args x ctx warnings))
           (otherwise (mv (mbe :logic nil :exec 'impossible)
                          nil nil))))))

    Theorem: booleanp-of-vl-assignpattern-replacement.successp

    (defthm booleanp-of-vl-assignpattern-replacement.successp
      (b* (((mv ?successp ?pairs ?new-warnings)
            (vl-assignpattern-replacement lhs-type x ctx warnings)))
        (booleanp successp))
      :rule-classes :type-prescription)

    Theorem: vl-type-expr-pairs-p-of-vl-assignpattern-replacement.pairs

    (defthm vl-type-expr-pairs-p-of-vl-assignpattern-replacement.pairs
      (b* (((mv ?successp ?pairs ?new-warnings)
            (vl-assignpattern-replacement lhs-type x ctx warnings)))
        (vl-type-expr-pairs-p pairs))
      :rule-classes :rewrite)

    Theorem: vl-warninglist-p-of-vl-assignpattern-replacement.new-warnings

    (defthm
          vl-warninglist-p-of-vl-assignpattern-replacement.new-warnings
      (b* (((mv ?successp ?pairs ?new-warnings)
            (vl-assignpattern-replacement lhs-type x ctx warnings)))
        (vl-warninglist-p new-warnings))
      :rule-classes :rewrite)

    Theorem: vl-exprlist-max-count-of-vl-assignpattern-replacement

    (defthm vl-exprlist-max-count-of-vl-assignpattern-replacement
     (implies
      (not (vl-atom-p x))
      (<
       (vl-exprlist-max-count
        (alist-vals
          (mv-nth
               1
               (vl-assignpattern-replacement lhs-type x ctx warnings))))
       (vl-expr-count x)))
     :rule-classes :linear)

    Theorem: sum-sizes-of-vl-assignpattern-replacement

    (defthm sum-sizes-of-vl-assignpattern-replacement
      (b* (((mv ok pairs &)
            (vl-assignpattern-replacement lhs-type x ctx warnings))
           ((mv warning size)
            (vl-datatype-size lhs-type))
           ((mv warning1 size-sum)
            (vl-type-expr-pairs-sum-datatype-sizes pairs)))
        (implies (and ok (not warning))
                 (and (not warning1)
                      (equal size-sum size)))))

    Theorem: vl-assignpattern-replacement-of-vl-datatype-fix-lhs-type

    (defthm vl-assignpattern-replacement-of-vl-datatype-fix-lhs-type
      (equal (vl-assignpattern-replacement (vl-datatype-fix lhs-type)
                                           x ctx warnings)
             (vl-assignpattern-replacement lhs-type x ctx warnings)))

    Theorem: vl-assignpattern-replacement-vl-datatype-equiv-congruence-on-lhs-type

    (defthm
     vl-assignpattern-replacement-vl-datatype-equiv-congruence-on-lhs-type
     (implies
      (vl-datatype-equiv lhs-type lhs-type-equiv)
      (equal
          (vl-assignpattern-replacement lhs-type x ctx warnings)
          (vl-assignpattern-replacement lhs-type-equiv x ctx warnings)))
     :rule-classes :congruence)

    Theorem: vl-assignpattern-replacement-of-vl-expr-fix-x

    (defthm vl-assignpattern-replacement-of-vl-expr-fix-x
      (equal (vl-assignpattern-replacement lhs-type (vl-expr-fix x)
                                           ctx warnings)
             (vl-assignpattern-replacement lhs-type x ctx warnings)))

    Theorem: vl-assignpattern-replacement-vl-expr-equiv-congruence-on-x

    (defthm vl-assignpattern-replacement-vl-expr-equiv-congruence-on-x
     (implies
      (vl-expr-equiv x x-equiv)
      (equal
          (vl-assignpattern-replacement lhs-type x ctx warnings)
          (vl-assignpattern-replacement lhs-type x-equiv ctx warnings)))
     :rule-classes :congruence)

    Theorem: vl-assignpattern-replacement-of-vl-context-fix-ctx

    (defthm vl-assignpattern-replacement-of-vl-context-fix-ctx
      (equal
           (vl-assignpattern-replacement lhs-type x (vl-context-fix ctx)
                                         warnings)
           (vl-assignpattern-replacement lhs-type x ctx warnings)))

    Theorem: vl-assignpattern-replacement-vl-context-equiv-congruence-on-ctx

    (defthm
        vl-assignpattern-replacement-vl-context-equiv-congruence-on-ctx
     (implies
      (vl-context-equiv ctx ctx-equiv)
      (equal
          (vl-assignpattern-replacement lhs-type x ctx warnings)
          (vl-assignpattern-replacement lhs-type x ctx-equiv warnings)))
     :rule-classes :congruence)

    Theorem: vl-assignpattern-replacement-of-vl-warninglist-fix-warnings

    (defthm vl-assignpattern-replacement-of-vl-warninglist-fix-warnings
     (equal
      (vl-assignpattern-replacement lhs-type
                                    x ctx (vl-warninglist-fix warnings))
      (vl-assignpattern-replacement lhs-type x ctx warnings)))

    Theorem: vl-assignpattern-replacement-vl-warninglist-equiv-congruence-on-warnings

    (defthm
     vl-assignpattern-replacement-vl-warninglist-equiv-congruence-on-warnings
     (implies
      (vl-warninglist-equiv warnings warnings-equiv)
      (equal
          (vl-assignpattern-replacement lhs-type x ctx warnings)
          (vl-assignpattern-replacement lhs-type x ctx warnings-equiv)))
     :rule-classes :congruence)