Go to the source code of this file.
Classes | |
| class | RISCV_CPUComponent |
| A Component representing a RISC-V processor. More... | |
Macros | |
| #define | N_RISCV_XREGS 32 |
| #define | RISCV_MAX_PARCELS 12 |
| #define | RISCV_EXTENSION_C (1 << 1) |
| #define | RISCV_EXTENSION_I (1 << 2) |
| #define N_RISCV_XREGS 32 |
Definition at line 41 of file RISCV_CPUComponent.h.
| #define RISCV_EXTENSION_C (1 << 1) |
Definition at line 66 of file RISCV_CPUComponent.h.
| #define RISCV_EXTENSION_I (1 << 2) |
Definition at line 67 of file RISCV_CPUComponent.h.
| #define RISCV_MAX_PARCELS 12 |
Definition at line 63 of file RISCV_CPUComponent.h.
1.8.18