jyaif / riscv-isadoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RISC-V ISA Specification

RISC-V ISA Specification web page.

Description

This is a documentation of RISC-V ISA.

Document would be deployed at https://msyksphinz-self.github.io/riscv-isadoc/html/index.html

ISA spec is based on RISC-V User-Level ISA V2.2.

Each instruction, bit encoding is generated from RISC-V Instruction set simulator Swimmer-RISCV(https://github.com/msyksphinz/swimmer_riscv.git).

Usage

  1. Edit ./source/*.rst
  2. To generate html page, hit make html in root repository.
  3. ./docs/html/ is referred from index.html. To deploy page, just pushing master branch.

Author

msyksphinz

About

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 78.5%Language:JavaScript 17.8%Language:CSS 2.6%Language:Python 1.0%Language:Makefile 0.1%