You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: hw/ip/entropy_src/data/entropy_src.hjson
+2-1
Original file line number
Diff line number
Diff line change
@@ -1368,7 +1368,7 @@
1368
1368
fields: [
1369
1369
{ bits: "0",
1370
1370
name: "FW_OV_WR_FIFO_FULL",
1371
-
desc: '''"When this bit is clear, writes to the FW_OV_WR_DATA register are allowed.
1371
+
desc: '''When this bit is clear, writes to the FW_OV_WR_DATA register are allowed.
1372
1372
If this bit is set, it is the equivalent to a FIFO full condition, and writes
1373
1373
to the FW_OV_WR_DATA register must be delayed until this bit is reset.
1374
1374
'''
@@ -1405,6 +1405,7 @@
1405
1405
A read of this register pops and returns the top of the observe FIFO.
1406
1406
For this to work, the !!FW_OV_CONTROL.FW_OV_MODE field needs to be set to `kMultiBitBool4True`
1407
1407
In addition, the otp_en_entropy_src_fw_over input needs to be set to `kMultiBitBool8True`.
1408
+
Reading this register while the observe FIFO is empty results in a fatal error with !!ERR_CODE.FIFO_READ_ERR and !!ERR_CODE.SFIFO_OBSERVE_ERR going high.
| 0 | ro | x | FW_OV_WR_FIFO_FULL |"When this bit is clear, writes to the FW_OV_WR_DATA register are allowed. If this bit is set, it is the equivalent to a FIFO full condition, and writes to the FW_OV_WR_DATA register must be delayed until this bit is reset. |
| 0 | ro | x | FW_OV_WR_FIFO_FULL | When this bit is clear, writes to the FW_OV_WR_DATA register are allowed. If this bit is set, it is the equivalent to a FIFO full condition, and writes to the FW_OV_WR_DATA register must be delayed until this bit is reset. |
A read of this register pops and returns the top of the observe FIFO.
1243
1243
For this to work, the [`FW_OV_CONTROL.FW_OV_MODE`](#fw_ov_control) field needs to be set to `kMultiBitBool4True`
1244
1244
In addition, the otp_en_entropy_src_fw_over input needs to be set to `kMultiBitBool8True`.
1245
+
Reading this register while the observe FIFO is empty results in a fatal error with [`ERR_CODE.FIFO_READ_ERR`](#err_code) and [`ERR_CODE.SFIFO_OBSERVE_ERR`](#err_code) going high.
0 commit comments