mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[docs] fix spelling (#975)
This commit is contained in:
commit
8c2177fca8
1 changed files with 2 additions and 2 deletions
|
@ -94,11 +94,11 @@ energy/instruction ratio) yet. However, a reduced processor area (<<_optimize_fo
|
|||
static energy consumption.
|
||||
|
||||
To optimize your setup for low-power applications, you can make use of the CPU sleep mode (`wfi` instruction).
|
||||
Put the CPU to sleep mode whenever possible. If the clok gating feature is enabled (`CLOCK_GATING_EN`) the entire
|
||||
Put the CPU to sleep mode whenever possible. If the clock gating feature is enabled (`CLOCK_GATING_EN`) the entire
|
||||
CPU complex will be disconnected from the clock tree while in sleep mode.
|
||||
|
||||
Disable all processor modules that are not actually used (exclude them
|
||||
from synthesis if the will be _never_ used; disable a module via it's control register if the module is not
|
||||
from synthesis if they will be _never_ used; disable a module via it's control register if the module is not
|
||||
_currently_ used).
|
||||
|
||||
.Processor-internal clock generator shutdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue