Skip to content

Commit

Permalink
[docs] fix spelling (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting authored Aug 4, 2024
2 parents d3a6dba + 828cb65 commit 8c2177f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/application_specific_configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c2177f

Please sign in to comment.