Skip to content

Commit

Permalink
Update cr-register.adoc
Browse files Browse the repository at this point in the history
adding the real prime

Signed-off-by: Kersten Richter <[email protected]>
  • Loading branch information
kersten1 committed Jun 11, 2024
1 parent a8e6384 commit 2da148c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/images/wavedrom/cr-register.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{bits: 2, name: 'op', type: 8},
{bits: 3, name: 'rs2ʹ', type: 4},
{bits: 2, name: 'funct2', type: 8},
{bits: 3, name: 'rd`/rs1ʹ', type: 7},
{bits: 3, name: 'rdʹ/rs1ʹ', type: 7},
{bits: 6, name: 'funct6', type: 8},
]}
....
Expand All @@ -84,7 +84,7 @@
{reg: [
{bits: 2, name: 'op', type: 8},
{bits: 5, name: 'offset', type: 3},
{bits: 3, name: 'rd`/rs1ʹ', type: 7},
{bits: 3, name: 'rdʹ/rs1ʹ', type: 7},
{bits: 3, name: 'offset', type: 3},
{bits: 3, name: 'funct3', type: 8},
]}
Expand Down

0 comments on commit 2da148c

Please sign in to comment.