From: lkcl Date: Mon, 26 Oct 2020 09:40:51 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~1957 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6c1fde41c8ed62c5ea0acb744038a0965780f9b;p=libreriscv.git --- diff --git a/openpower/sv.mdwn b/openpower/sv.mdwn index 967bab7ce..a78195a29 100644 --- a/openpower/sv.mdwn +++ b/openpower/sv.mdwn @@ -10,7 +10,7 @@ Advantages of these design principles: * It is therefore easy to create a first (and sometimes only) implementation as literally a for-loop in hardware, simulators, and compilers. * More complex HDL can be done by repeating existing scalar ALUs and pipelines as blocks. -* As (mostly) a high-level "context" that does not (significantly) deviate from scalar OpenPOWER ISA it is minimally-disruptive and consequently stands a reasonable chance of broad community adoption and acceptance +* As (mostly) a high-level "context" that does not (significantly) deviate from scalar OpenPOWER ISA and, in its purest form being "a for loop around scalar instructions", it is minimally-disruptive and consequently stands a reasonable chance of broad community adoption and acceptance Pages being developed and examples