mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[docs] minor edits
This commit is contained in:
parent
25e5b06514
commit
4ea25a5cd1
2 changed files with 5 additions and 5 deletions
|
@ -83,7 +83,7 @@ See how to [contribute](https://github.com/stnolting/neorv32/blob/main/CONTRIBUT
|
|||
| GitHub Pages | [neorv32](https://github.com/stnolting/neorv32) | [](https://stnolting.github.io/neorv32) | |
|
||||
| Online documentation | [neorv32](https://github.com/stnolting/neorv32) | [](https://github.com/stnolting/neorv32/actions?query=workflow%3ADocumentation) |
|
||||
| Processor (SoC) verification | [neorv32](https://github.com/stnolting/neorv32) | [](https://github.com/stnolting/neorv32/actions?query=workflow%3AProcessor) |
|
||||
| RISCOC core verification | [neorv32-riscof](https://github.com/stnolting/neorv32-riscof) | [](https://github.com/stnolting/neorv32-riscof/actions/workflows/main.yml) |
|
||||
| RISCOF core verification | [neorv32-riscof](https://github.com/stnolting/neorv32-riscof) | [](https://github.com/stnolting/neorv32-riscof/actions/workflows/main.yml) |
|
||||
| FPGA implementations | [neorv32-setups](https://github.com/stnolting/neorv32-setups) | [](https://github.com/stnolting/neorv32-setups/actions?query=workflow%3AImplementation) |
|
||||
| Verilog "version" | [neorv32-verilog](https://github.com/stnolting/neorv32-verilog) | [](https://github.com/stnolting/neorv32-verilog/actions/workflows/main.yml) |
|
||||
| Prebuilt GCC toolchains | [riscv-gcc-prebuilt](https://github.com/stnolting/riscv-gcc-prebuilt) | [](https://github.com/stnolting/riscv-gcc-prebuilt/actions/workflows/main.yml) |
|
||||
|
@ -133,8 +133,10 @@ setup according to your needs. Note that all of the following SoC modules are en
|
|||
*Unprivileged ISA Specification* ([pdf](https://github.com/stnolting/neorv32/blob/main/docs/references/riscv-spec.pdf))
|
||||
and *Privileged Architecture Specification* ([pdf](https://github.com/stnolting/neorv32/blob/main/docs/references/riscv-privileged.pdf)).
|
||||
* `machine` and `user` privilege modes
|
||||
* implements **all** standard RISC-V exceptions and interrupts (MTI, MEI & MSI)
|
||||
* implements **all** standard RISC-V exceptions and interrupts (including MTI, MEI & MSI)
|
||||
* 16 fast interrupt request channels as NEORV32-specific extension
|
||||
* custom functions unit ([CFU](https://stnolting.github.io/neorv32/#_custom_functions_unit_cfu) as `Zxcfu` ISA extension)
|
||||
for up to 1024 _custom RISC-V instructions_
|
||||
* _intrinsic_ libraries for the `B` and `Zfinx` extensions
|
||||
|
||||
**Memory**
|
||||
|
@ -179,8 +181,6 @@ on the [neoTRNG](https://github.com/stnolting/neoTRNG)
|
|||
* execute-in-place module ([XIP](https://stnolting.github.io/neorv32/#_execute_in_place_module_xip)) to execute code directly from SPI flash
|
||||
* custom functions subsystem ([CFS](https://stnolting.github.io/neorv32/#_custom_functions_subsystem_cfs))
|
||||
for custom tightly-coupled co-processors, accelerators or interfaces
|
||||
* custom functions unit ([CFU](https://stnolting.github.io/neorv32/#_custom_functions_unit_cfu)) for up to 1024
|
||||
_custom RISC-V instructions_
|
||||
|
||||
**Debugging**
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
==========================
|
||||
**The NEORV32 RISC-V Processor** +
|
||||
HQ: https://github.com/stnolting/neorv32 +
|
||||
By Dipl.-Ing. Stephan Nolting +
|
||||
By Dipl.-Ing. (M.Sc.) Stephan Nolting +
|
||||
European Union, Germany +
|
||||
Contact: stnolting@gmail.com
|
||||
==========================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue