Skip to content

Commit

Permalink
Specify TRNG timing requirement (#361)
Browse files Browse the repository at this point in the history
* Specify TRNG timing requirement

* Address #136

* Applied editorial feedback
  • Loading branch information
andreslagarcavilla authored Dec 20, 2023
1 parent 3f945e4 commit 9e7f7f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/CaliptraIntegrationSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,10 @@ Having an interface that is separate from the SoC mailbox ensures that this requ

TRNG DATA register is tied to TRNG VALID PAUSER. SoC can program the TRNG VALID PAUSER and lock the register using TRNG\_PAUSER\_LOCK[LOCK]. This ensures that TRNG DATA register is read-writeable by only the PAUSER programmed into the TRNG\_VALID\_PAUSER register. If the CPTRA\_TNRG\_PAUSER\_LOCK.LOCK is set to ‘0, then any agent can write to the TRNG DATA register. If the lock is set, only an agent with a specific TRNG\_VALID\_PAUSER can write.

The ROM and firmware currently time out on the TRNG interface after 250,000
attempts to read a DONE bit. This bit is set in the architectural registers, as
referenced in 3 in the preceding list.

# SRAM implementation

## Overview
Expand Down

0 comments on commit 9e7f7f2

Please sign in to comment.