• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Vwsim
      • Fgl
      • Vl
        • Syntax
        • Loader
        • Warnings
        • Getting-started
        • Utilities
        • Printer
        • Kit
        • Mlib
        • Transforms
          • Unparameterization
          • Elaborate
          • Addnames
          • Annotate
          • Clean-warnings
          • Eliminitial
          • Custom-transform-hooks
            • Vl-design-constcheck-hook
              • Vl-centaur-seqcheck-hook
              • Mp-verror-transform-hook
            • Problem-modules
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Testing-utilities
      • Math
    • Custom-transform-hooks

    Vl-design-constcheck-hook

    Beta transform, not ready for public release.

    Definitions and Theorems

    Theorem: vl-design-p-of-vl-design-constcheck-hook

    (defthm vl-design-p-of-vl-design-constcheck-hook
            (vl-design-p (vl-design-constcheck-hook x limit)))

    Function: vl-design-constcheck-hook-default

    (defun vl-design-constcheck-hook-default
           (x limit)
           (declare (xargs :guard (and (vl-design-p x) (natp limit)))
                    (ignorable limit))
           (vl-design-fix x))