[docs] fix spelling

This commit is contained in:
NikLeberg 2024-08-04 14:04:10 +00:00
parent d3a6dba3a5
commit 828cb65aa3

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