Skip to content

Instantly share code, notes, and snippets.

@bekcpear
Last active February 5, 2023 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bekcpear/7c9e710ee5b674888fcf5e5d8445dc16 to your computer and use it in GitHub Desktop.
Save bekcpear/7c9e710ee5b674888fcf5e5d8445dc16 to your computer and use it in GitHub Desktop.
  1. [Compilation] Continue to push the minimum framework content to the official repository to meet the goal of "successful compilation on RISC-V" (including cross-compilation).
  2. Use CI to compile and test on RISC-V
  3. [Function] Realize the instructions that can use the built-in sample tool under api/samples to observe and manipulate its execution instructions of a simple program. The specific work is to supplement and repair the above-mentioned minimization framework. During the implementation process, Please refer to the porting process of AArch64 #1569, and related summary AArch64 port:
  4. Write test cases under RISC-V and use CI to test their functions
    • While implementing the function, you can write the corresponding unit test according to the situation
  5. Improve support for RISC-V for more complex programs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment