Skip to content

Commit

Permalink
Merge pull request #122 from mjosaarinen/master
Browse files Browse the repository at this point in the history
language fix -- broken sentence
  • Loading branch information
ben-marshall committed Sep 2, 2021
2 parents 147b8d1 + 0861f14 commit 9703feb
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 9703feb

Please sign in to comment.