From 1d52ca19a1c714e0a0b61304e6183fd62ff39ba0 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 28 Jun 2019 20:40:06 +0100 Subject: [PATCH] --- simple_v_extension/vblock_format_table.mdwn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/simple_v_extension/vblock_format_table.mdwn b/simple_v_extension/vblock_format_table.mdwn index cbc577d15..c038a9536 100644 --- a/simple_v_extension/vblock_format_table.mdwn +++ b/simple_v_extension/vblock_format_table.mdwn @@ -15,8 +15,10 @@ The VL/MAXVL/SubVL Block format: | 31-30 | 29:28 | 27:22 | 21:17 | 16 | comment | | - | ----- | ------ | ------ | - | -| -| 0 | SubVL | VLdest | VLimm | 0 | | -| 0 | SubVL | MVLimm | VLreg | 1 | VLdest=t0 | -| 1 | SubVL | VLdest | VLimm | imm | VL & MVL, bits 16-21 | +| 0b00 | SubVL | VLdest | imm[4:0] | imm | VL, bits 16-21 | +| 0b01 | SubVL | MVLimm | VLreg | VLd | VLdest=t0,t1 | +| 0b10 | SubVL | VLdest | imm[4:0] | imm | VL & MVL, bits 16-21 | +| 0b11 | rsvd | rsvd | rsvd | rsv | reserved, all 0s | + -- 2.30.2