Skip to content

Commit d5c7f6e

Browse files
committed
[entropy_src/doc] Fix typos
Signed-off-by: Pirmin Vogel <[email protected]> (cherry picked from commit e7bbce4)
1 parent 3ebb942 commit d5c7f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hw/ip/entropy_src/doc/theory_of_operation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ However, if the ENTROPY_SRC block experiences internal back pressure, health tes
145145
Note that this may also happen in [Firmware Override: Observe mode](programmers_guide.md#firmware_override_-_observe).
146146
Firmware should thus explicitly check the [`RECOV_ALERT_STS.POSTHT_ENTROPY_DROP_ALERT`](registers.md#recov_alert_sts--postht_entropy_drop_alert) bit to ensure the bits retrieved from the Observe FIFO are indeed contiguous.
147147

148-
The reduce the probability of dropping post-health test entropy bits, the **Distribution FIFO** can be used.
149-
This FIFO has pass-through mode enabled meaning it doesn't add latency to hardware pipeline.
148+
To reduce the probability of dropping post-health test entropy bits, the **Distribution FIFO** can be used.
149+
This FIFO has pass-through mode enabled meaning it doesn't add latency to the hardware pipeline.
150150
It has a width of 32 bits.
151151
Its depth is configurable via compile-time Verilog parameter and should match the expected level of conditioner back pressure.
152152
The level of conditioner back pressure depends on the following factors:

0 commit comments

Comments
 (0)