add wb-axi converter
[libreriscv.git] / simple_v_extension.mdwn
index 723cc07259960db0b00ed61b10873a310b9e3ab8..f4b7093598285247931ff58dd886e960e49f1f36 100644 (file)
@@ -12,6 +12,10 @@ of Out-of-order restructuring (including parallel ALU lanes) or VLIW
 implementations, or SIMD, or anything else, would then benefit from
 the uniformity of a consistent API.
 
+**No arithmetic operations are added or required to be added.** SV is purely a parallelism API and consequentially is suitable for use even with RV32E.
+
+Talk slides: <http://hands.com/~lkcl/simple_v_chennai_2018.pdf>
+
 [[!toc ]]
 
 # Introduction