From 6d51b4decf5ab831939320cd80ac31ba81a056e3 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Mon, 28 Nov 2022 16:18:40 -0500 Subject: Updating table values to match latex. Updating table values to match latex. --- src/images/wavedrom/ct-unconditional-2.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/images/wavedrom/ct-unconditional-2.adoc b/src/images/wavedrom/ct-unconditional-2.adoc index 9770594..16a8d83 100644 --- a/src/images/wavedrom/ct-unconditional-2.adoc +++ b/src/images/wavedrom/ct-unconditional-2.adoc @@ -5,8 +5,8 @@ {reg: [ {bits: 7, name: 'opcode', attr: 'JALR', type: 8}, {bits: 5, name: 'rd', attr: 'dest', type: 2}, - {bits: 3, name: 'func3', attr: 0, type: 8}, + {bits: 3, name: 'funct3', attr: 0, type: 8}, {bits: 5, name: 'rs1', attr: 'base', type: 4}, - {bits: 12, name: 'imm[11:0]', attr: 'offset', type: 3}, + {bits: 12, name: 'imm[11:0]', attr: 'offset[11:0]', type: 3}, ]} .... -- cgit v1.1