From 9166b82ff7ce4b20e15b0128093d3798ecee5774 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 12 Apr 2018 06:39:14 +0100 Subject: [PATCH] add ISA changing link --- simple_v_extension.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/simple_v_extension.mdwn b/simple_v_extension.mdwn index c35010f78..283dbeb4d 100644 --- a/simple_v_extension.mdwn +++ b/simple_v_extension.mdwn @@ -641,7 +641,7 @@ Indexed Store: Keeping these instructions as-is for Simple-V is highly recommended. However: one of the goals of this Extension is to retro-fit (re-use) -existing RV Load/Store. +existing RV Load/Store: [[!table data=""" 31 20 | 19 15 | 14 12 | 11 7 | 6 0 | @@ -650,10 +650,12 @@ existing RV Load/Store. offset[11:0] | base | width | dest | LOAD | """]] +[[!table data=""" 31 25 | 24 20 | 19 15 | 14 12 | 11 7 | 6 0 | imm[11:5] | rs2 | rs1 | funct3 | imm[4:0] | opcode | 7 | 5 | 5 | 3 | 5 | 7 | offset[11:5] | src | base | width | offset[4:0] | STORE | +"""]] ## 17.19 Vector Register Gather @@ -1114,3 +1116,5 @@ pluses: * Branch Divergence * Life of Triangles (3D) * Videocore-IV +* Discussion proposing CSRs that change ISA definition + -- 2.30.2