From: Luke Kenneth Casson Leighton Date: Sat, 29 Jun 2019 05:21:16 +0000 (+0100) Subject: use RVC reg encoding in VL Block X-Git-Tag: convert-csv-opcode-to-binary~4356 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f9512656c35e7df4e4b161ec265cc3d68520de2;p=libreriscv.git use RVC reg encoding in VL Block --- diff --git a/simple_v_extension/vblock_format_table.mdwn b/simple_v_extension/vblock_format_table.mdwn index 00e7178be..d381ede9f 100644 --- a/simple_v_extension/vblock_format_table.mdwn +++ b/simple_v_extension/vblock_format_table.mdwn @@ -18,6 +18,6 @@ The VL/MAXVL/SubVL Block format: 0b00 | SubVL | VLdest | imm[5:0] || VL set from imm | 0b01 | SubVL | MVLimm | rs1[2:0] | rd[2:0] | RVC reg format | 0b10 | SubVL | VLdest | imm[5:0] || VL & MVL set from imm| -0b11 | rsvd | rsvd | rsvd | rsv | reserved, all 0s | +0b11 | rsvd | rsvd | rsvd | rsvd | reserved, all 0s | """]]