projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be9ab66
)
mention compliancy levels not Libre-SOC
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 20 Jun 2022 20:08:40 +0000
(21:08 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 20 Jun 2022 20:08:40 +0000
(21:08 +0100)
svp64-primer/summary.tex
patch
|
blob
|
history
diff --git
a/svp64-primer/summary.tex
b/svp64-primer/summary.tex
index 0b613e0c3ba4d8c2ef168f1e4c716ac016cdc65a..3c56ea286cc2db65c6fbc54c2307e268befded19 100644
(file)
--- a/
svp64-primer/summary.tex
+++ b/
svp64-primer/summary.tex
@@
-134,7
+134,7
@@
Floating Point registers, similar to \acs{MMX}.
Simple-V's "Vector" Registers are specifically designed to fit on top of
the Scalar (GPR, FPR) register files, which are extended from the default
-of 32, to 128 entries in the
Libre-SOC implementation
. This is a primary
+of 32, to 128 entries in the
high-end Compliancy Levels
. This is a primary
reason why Simple-V can be added on top of an existing Scalar ISA, and
\textit{in particular} why there is no need to add Vector Registers or
Vector instructions.