• 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-base-case
                • Feat-base-fix
                • Feat-base-equiv
                • Feat-basep
                • Feat-base-rv64i
                • Feat-base-rv64e
                • Feat-base-rv32i
                • Feat-base-rv32e
                • Feat-base-kind
              • Feat-endian
              • Feat
              • 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-base

Fixtype of RISC-V feature choices for the base.

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:rv32i → feat-base-rv32i
:rv64i → feat-base-rv64i
:rv32e → feat-base-rv32e
:rv64e → feat-base-rv64e

We support all the bases: RV32I [ISA:2], RV64I [ISA:4], RV32E [ISA:3], and RV64E [ISA:3].

Subtopics

Feat-base-case
Case macro for the different kinds of feat-base structures.
Feat-base-fix
Fixing function for feat-base structures.
Feat-base-equiv
Basic equivalence relation for feat-base structures.
Feat-basep
Recognizer for feat-base structures.
Feat-base-rv64i
Feat-base-rv64e
Feat-base-rv32i
Feat-base-rv32e
Feat-base-kind
Get the kind (tag) of a feat-base structure.