diff options
author | Iztok Jeras <iztok.jeras@gmail.com> | 2021-07-03 23:49:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 14:49:31 -0700 |
commit | 89184f938603eae990af27c3431397da31c07479 (patch) | |
tree | adcb96fd5cbf1d39dc62e1077828659635948624 /src/machine.tex | |
parent | e71fc90409416e20aa7dc5840f351551ca0e5750 (diff) | |
download | riscv-isa-manual-89184f938603eae990af27c3431397da31c07479.zip riscv-isa-manual-89184f938603eae990af27c3431397da31c07479.tar.gz riscv-isa-manual-89184f938603eae990af27c3431397da31c07479.tar.bz2 |
CSR instead of field (#669)
Diffstat (limited to 'src/machine.tex')
-rw-r--r-- | src/machine.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.tex b/src/machine.tex index 34ae1d5..298b1e7 100644 --- a/src/machine.tex +++ b/src/machine.tex @@ -222,7 +222,7 @@ codes in the Bank field, and encodes the final byte in the Offset field, discarding the parity bit. For example, the JEDEC manufacturer ID {\tt 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x8a} (twelve continuation codes followed by {\tt 0x8a}) would be encoded in the -{\tt mvendorid} field as {\tt 0x60a}. +{\tt mvendorid} CSR as {\tt 0x60a}. \begin{commentary} In JEDEC's parlance, the bank number is one greater than the number of |