https://mp.weixin.qq.com/s/xP8JRhkmgUQf0QRm3S2mjA

 
根据RISC-V规范整理的几个文档。
 
 
 
1. 原文链接
https://riscv.org/specifications/
https://riscv.org/specifications/privileged-isa/
 
 
2. Definitions, acronyms and abbreviations
 
https://docs.qq.com/sheet/DUVBNaEVCUWxwV1Bi?tab=ox0pnu
 
 
3. User-Level ISA
 
https://docs.qq.com/sheet/DUURFZHNJZ0tFbVFJ?tab=tnsf3g
 
 
4. Assembly Programmer's Handbook
 
https://docs.qq.com/sheet/DUVpLQWdBSlpXdG12?tab=tnsf3g
 
 
5. CSRs
 
https://docs.qq.com/sheet/DUURQVEFJVmdOcVZI?tab=tnsf3g
 
 
6. Privileged Instructions
 
https://docs.qq.com/sheet/DUWFNcFFPVXFEVm9X?tab=hrpw36
 
 
7. Introduction
 
摘录自The RISC-V Instruction Set Manual Volume I: User-Level ISA, Chapter 1:
  • A completely open ISA that is freely available to academia and industry.
  • A real ISA suitable for direct native hardware implementation, not just simulation or binary translation.
  • An ISA separated into a small base integer ISA, usable by itself as a base for customized accelerators or for educational purposes, and optional standard extensions, to support general-purpose software development.
  • Support for the revised 2008 IEEE-754 foating-point standard [14].
  • An ISA supporting extensive user-level ISA extensions and specialized variants.
  • Both 32-bit and 64-bit address space variants for applications, operating system kernels, and hardware implementations.
  • An ISA with support for highly-parallel multicore or manycore implementations, including heterogeneous multiprocessors.
  • Optional variable-length instructions to both expand available instruction encoding space and to support an optional dense instruction encoding for improved performance, static code size, and energy efficiency.
  • A fully virtualizable ISA to ease hypervisor development.
  • An ISA that simplies experiments with new supervisor-level and hypervisor-level ISA designs.
 
 
 

相关文章:

  • 2022-12-23
  • 2021-09-23
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-07-20
猜你喜欢
  • 2021-11-26
  • 2021-08-01
  • 2022-01-04
  • 2022-12-23
  • 2021-06-06
  • 2021-09-05
  • 2021-10-31
相关资源
相似解决方案