[docs] fix spelling (#975)

This commit is contained in:
stnolting 2024-08-04 19:09:11 +02:00 committed by GitHub
commit 8c2177fca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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