• 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
            • Semantics
            • Features
              • Feat-base
              • Feat-endian
              • Feat
                • Featp
                • Feat-fix
                • Make-feat
                • Feat-equiv
                • Feat->endian
                • Change-feat
                • Feat->base
                • Feat->m
              • Feat->xlen
              • Feat->ialign
              • Feat->xnum
              • Feat-64p
              • Feat-32p
              • Feat-little-endianp
              • Feat-big-endianp
              • Feat->ilen
              • Feat-embedp
              • Feat-mp
            • Instructions
            • Encoding
            • States
            • Reads-over-writes
            • Semantics-equivalences
            • Decoding
            • Execution
          • Executable
          • Specialized
          • 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
  • Features

Feat

Fixtype of RISC-V feature choices.

This is a product type introduced by fty::defprod.

Fields
base — feat-base
endian — feat-endian
m — booleanp

For now we only model the following choices:

  • The base.
  • The endianness.
  • Whether the M extension [ISA:12] is present or not.

More features will be added later.

Subtopics

Featp
Recognizer for feat structures.
Feat-fix
Fixing function for feat structures.
Make-feat
Basic constructor macro for feat structures.
Feat-equiv
Basic equivalence relation for feat structures.
Feat->endian
Get the endian field from a feat.
Change-feat
Modifying constructor for feat structures.
Feat->base
Get the base field from a feat.
Feat->m
Get the m field from a feat.