Skip to content

Commit

Permalink
language fix -- the purpose of the write
Browse files Browse the repository at this point in the history
  • Loading branch information
mjosaarinen committed Sep 2, 2021
1 parent 147b8d1 commit 0861f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/scalar/riscv-crypto-scalar-entropy-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The `seed` CSR must be accessed with a read-write instruction. A read-only
instruction such as `CSRRS/CSRRC` with `rs1=x0` or `CSRRSI/CSRRCI` with
`uimm=0` will raise an illegal instruction exception.
The write value (in `rs1` or `uimm`) must be ignored by implementations.
Its purpose of a write is to signal polling and flushing.
The purpose of the write is to signal polling and flushing.

The instruction `csrrw rd, seed, x0` can be used for fetching seed status
and entropy values. It is available on both RV32 and RV64 base architectures
Expand Down

0 comments on commit 0861f14

Please sign in to comment.