From: Luke Kenneth Casson Leighton Date: Mon, 16 Apr 2018 22:43:42 +0000 (+0100) Subject: whitespace cleanup X-Git-Tag: convert-csv-opcode-to-binary~5650 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c3813ede022ff0d25e09f30db1eb04dab55ef42;p=libreriscv.git whitespace cleanup --- diff --git a/simple_v_extension.mdwn b/simple_v_extension.mdwn index fbeb6c76b..1236406d7 100644 --- a/simple_v_extension.mdwn +++ b/simple_v_extension.mdwn @@ -744,12 +744,12 @@ Conversion on LOAD as follows: Similar conversion on STORE as follows: [[!table data=""" -31 30 | 29 25 | 24 20 | 19 15 | 14 12 | 11 7 | 6 0 | - imm[11:0] ||| rs1 | funct3 | rd | opcode | - 2 | 5 | 5 | 5 | 3 | 5 | 7 | - 00 | 00000 | src | base | width | offs[4:0] | LOAD | - 01 | rs3 | src | base | width | offs[4:0] | LOAD.S | - 11 | rs3 | src | base | width | offs[4:0] | LOAD.X | +31 30 | 29 25 | 24 20 | 19 15 | 14 12 | 11 7 | 6 0 | +imm[11:0] ||| rs1 | funct3 | rd | opcode | +2 | 5 | 5 | 5 | 3 | 5 | 7 | +00 | 00000 | src | base | width | offs[4:0] | LOAD | +01 | rs3 | src | base | width | offs[4:0] | LOAD.S | +11 | rs3 | src | base | width | offs[4:0] | LOAD.X | """]] Notes: