• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Riscv
        • Semantics
        • States
        • 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
          • Feat->xnum
          • Feat->xlen
          • Feat-64p
          • Feat-32p
          • Feat-embedp
          • Feat-mp
          • Feat-rv64im
          • Feat-rv64i
          • Feat-rv64em
          • Feat-rv64e
          • Feat-rv32im
          • Feat-rv32i
          • Feat-rv32em
          • Feat-rv32e
        • Instructions
        • Decoding
        • Encoding
        • Reads-over-writes
        • Rv32im
        • Rv64im
        • Execution
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Community
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • 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

For now we support RV32I [ISA:2], RV64I [ISA:4], RV32E [ISA:3], and RV64E [ISA:3]. Since RV128I [ISA:5] is still 'Draft' in the table in the Preface in [ISA], we do not have immediate plans to add that, unless the need arises.

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.