Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 556 Bytes

readme.md

File metadata and controls

18 lines (8 loc) · 556 Bytes

Documents

This is the documentation folder. See these files in the directory below.

  • parser.md Parser, converting machine code to processable data.

  • memory.md Introducing the memory organizing method.

  • structures.md Sequential and pipeline structures.

  • prediction.md Branch predicting data-sheet.

  • riscv-asm.md Written by Palmer Dabbelt, et al., introducing RISC-V assembly. (Translated to Chinese)

  • gtest.md short introduction to gtest framework.