Skip to content

Instantly share code, notes, and snippets.

@edcote
Created April 9, 2018 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edcote/69db7b19894f31236e6589813e3f8c50 to your computer and use it in GitHub Desktop.
Save edcote/69db7b19894f31236e6589813e3f8c50 to your computer and use it in GitHub Desktop.
RISC-V Tests

Test Virtual Machines (TVMs)

`rv32ui` | RV32 user-level, integer only
`rv32si` | RV32 supervisor-level, integer only
`rv64ui` | RV64 user-level, integer only
`rv64uf` | RV64 user-level, integer and floating-point
`rv64uv` | RV64 user-level, integer, floating-point, and vector
`rv64si` | RV64 supervisor-level, integer only
`rv64sv` | RV64 supervisor-level, integer and vector

Target Environment Name

Target Environment Name | Description
---- | ----
`p`  | virtual memory is disabled, only core 0 boots up
`pm` | virtual memory is disabled, all cores boot up
`pt` | virtual memory is disabled, timer interrupt fires every 100 cycles
`v`  | virtual memory is enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment