mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[docs] minor fixes
This commit is contained in:
parent
a93424ca63
commit
5c825daeb5
2 changed files with 9 additions and 1 deletions
|
@ -216,6 +216,9 @@ Results generated for hardware version [`1.5.7.10`](https://github.com/stnolting
|
|||
:information_source: An incrmental list of CPU exntension's hardware utilization can found in
|
||||
[online documentation - _"FPGA Implementation Results - CPU"_](https://stnolting.github.io/neorv32/#_cpu).
|
||||
|
||||
:information_source: The CPU provides options to further reduce the footprint (for example by constraining
|
||||
the CPU-internal counters). See the [online data](https://stnolting.github.io/neorv32) sheet for more information.
|
||||
|
||||
[[back to top](#The-NEORV32-RISC-V-Processor)]
|
||||
|
||||
|
||||
|
@ -246,7 +249,7 @@ Results generated for hardware version [`1.5.7.10`](https://github.com/stnolting
|
|||
| _medium_ (`rv32imc_Zicsr`) | 62.50 | **0.6250** | **5.34** |
|
||||
| _performance_(`rv32imc_Zicsr` + perf. options) | 95.23 | **0.9523** | **3.54** |
|
||||
|
||||
:information_source: Mor information regarding the CPU performance can be found in the
|
||||
:information_source: More information regarding the CPU performance can be found in the
|
||||
[online documentation - _"CPU Performance"_](https://stnolting.github.io/neorv32/#_cpu_performance).
|
||||
|
||||
[[back to top](#The-NEORV32-RISC-V-Processor)]
|
||||
|
|
|
@ -268,6 +268,11 @@ This chapter shows _exemplary_ implementation results of the NEORV32 CPU and NEO
|
|||
[NOTE]
|
||||
No HPM counters and no PMP regions were implemented for generating these results.
|
||||
|
||||
[TIP]
|
||||
The CPU provides further options to reduce the area footprint (for example by constraining the CPU-internal
|
||||
counter sizes) or to increase performance (for example by using a barrel-shifter; at cost of extra hardware).
|
||||
See section <<_processor_top_entity_generics>> for more information.
|
||||
|
||||
|
||||
:sectnums:
|
||||
==== Processor Modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue