mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-04-24 22:17:05 -04:00
Update README.md
This commit is contained in:
parent
a5364ad001
commit
cabf602efc
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@ This repository host an RISC-V implementation written in SpinalHDL. There is som
|
|||
- 1.17 DMIPS/Mhz with all extension
|
||||
- Optimized for FPGA
|
||||
- Optional MUL/DIV/REM extension
|
||||
- Optional instruction and data caches
|
||||
- Optional MMU
|
||||
- Two implementation of shift instructions, Single cycle / shiftNumber cycle
|
||||
- Each stage could have bypass or interlock hazard logic
|
||||
- FreeRTOS port https://github.com/Dolu1990/FreeRTOS-RISCV
|
||||
|
@ -135,4 +137,4 @@ class AluPlugin() extends Plugin[VexRiscv]{
|
|||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue