• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Riscv
          • Specification
          • Executable
          • Specialized
            • Specialized-features
              • Feat-rv64im-le
              • Feat-rv64em-le
              • Feat-rv32im-le
              • Feat-rv32i-le
              • Feat-rv32em-le
              • Feat-rv64im-be
              • Feat-rv64i-le
              • Feat-rv64i-be
              • Feat-rv64em-be
              • Feat-rv64e-le
              • Feat-rv64e-be
              • Feat-rv32im-be
              • Feat-rv32i-be
              • Feat-rv32em-be
              • Feat-rv32e-le
                • Feat-rv32e-be
              • Rv64im
              • Rv32im
              • Specialized-states
            • Optimized
          • Bitcoin
          • Ethereum
          • Yul
          • Zcash
          • ACL2-programming-language
          • Prime-fields
          • Json
          • Syntheto
          • File-io-light
          • Cryptography
          • Number-theory
          • Lists-light
          • Axe
          • Builtins
          • Solidity
          • Helpers
          • Htclient
          • Typed-lists-light
          • Arithmetic-light
        • X86isa
        • Axe
        • Execloader
      • Math
      • Testing-utilities
    • Specialized-features

    Feat-rv32e-le

    Features for RV32E, with little endian memory.

    Signature
    (feat-rv32e-le) → feat
    Returns
    feat — Type (featp feat).

    Definitions and Theorems

    Function: feat-rv32e-le

    (defun feat-rv32e-le nil
      (declare (xargs :guard t))
      (let ((__function__ 'feat-rv32e-le))
        (declare (ignorable __function__))
        (make-feat :base (feat-base-rv32e)
                   :endian (feat-endian-little)
                   :m nil)))

    Theorem: featp-of-feat-rv32e-le

    (defthm featp-of-feat-rv32e-le
      (b* ((feat (feat-rv32e-le)))
        (featp feat))
      :rule-classes :rewrite)