• 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
        • Features
          • Feat-base
          • Feat-endian
          • Feat
            • Featp
            • Feat-fix
            • Make-feat
            • Feat-equiv
            • Feat->endian
            • Change-feat
            • Feat->base
            • Feat->m
          • Feat->xnum
          • Feat->xlen
          • Feat-little-endianp
          • Feat-big-endianp
          • Feat-64p
          • Feat-32p
          • Feat-embedp
          • Feat-mp
          • Feat-rv64im-le
          • Feat-rv64em-le
          • Feat-rv32im-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-le
          • Feat-rv32i-be
          • Feat-rv32em-be
          • Feat-rv32e-le
          • Feat-rv32e-be
        • States
        • 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
      • Aleo
      • Bigmems
      • Builtins
      • Execloader
      • 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

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:13] 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.