aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/images/wavedrom/cr-registers-new.adoc18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/images/wavedrom/cr-registers-new.adoc b/src/images/wavedrom/cr-registers-new.adoc
index 805b3cb..6827db1 100644
--- a/src/images/wavedrom/cr-registers-new.adoc
+++ b/src/images/wavedrom/cr-registers-new.adoc
@@ -19,33 +19,33 @@ ${wd({reg: [
{bits: 3, name: 'funct3', type: 8},
{bits: 2, name: 'op', type: 8},
- {bits: 3, name: 'rd`', type: 2},
+ {bits: 3, name: 'rd', type: 2},
{bits: 8, name: 'imm', type: 3},
{bits: 3, name: 'funct3', type: 8},
{bits: 2, name: 'op', type: 8},
- {bits: 3, name: 'rd`', type: 2},
+ {bits: 3, name: 'rd', type: 2},
{bits: 2, name: 'imm', type: 3},
- {bits: 3, name: 'rs1`', type: 4},
+ {bits: 3, name: 'rs1', type: 4},
{bits: 3, name: 'imm', type: 3},
{bits: 3, name: 'funct3', type: 8},
{bits: 2, name: 'op', type: 8},
- {bits: 3, name: 'rs2`', type: 4},
+ {bits: 3, name: 'rs2', type: 4},
{bits: 2, name: 'imm', type: 3},
- {bits: 3, name: 'rs1`', type: 4},
+ {bits: 3, name: 'rs1', type: 4},
{bits: 3, name: 'imm', type: 3},
{bits: 3, name: 'funct3', type: 8},
{bits: 2, name: 'op', type: 8},
- {bits: 3, name: 'rs2`', type: 4},
+ {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},
{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},
@@ -59,4 +59,4 @@ ${wd({reg: [
margin: {right: width / 4},
label: {right: ['CR : Register', 'CI : Immediate', 'CSS : Stack-relative Store', 'CIW : Wide Immediate', 'CL : Load', 'CS : Store', 'CA : Arithmetic', 'CB : Branch/Arithmetic', 'CJ : Jump']}
}})}
-.... \ No newline at end of file
+....