• 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
        • Instructions
        • Decoding
        • States
        • Encoding
        • Features
          • Feat-base
            • Feat-base-case
            • Feat-base-fix
            • Feat-base-equiv
            • Feat-basep
            • Feat-base-rv64i
            • Feat-base-rv32i
            • Feat-base-kind
          • Feat
          • Feat->xnum
          • Feat->xlen
          • Feat-64p
          • Feat-32p
          • Feat-rv64im
          • Feat-rv32im
        • 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
    • Proof-automation
    • Community
    • 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

For now we only support RV32I [ISA:2] and RV64I [ISA:4]. We plan to add RV32E, RV64E, and RV128I [ISA:3] [ISA:5].

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-rv32i
Feat-base-kind
Get the kind (tag) of a feat-base structure.