From: lkcl Date: Tue, 20 Oct 2020 14:34:00 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2003 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=efb4b521c5af28e95acafbc850034d2b1055360d;p=libreriscv.git --- diff --git a/openpower/sv.mdwn b/openpower/sv.mdwn index 13eb31b29..f331f4285 100644 --- a/openpower/sv.mdwn +++ b/openpower/sv.mdwn @@ -8,7 +8,8 @@ Fundamental design principles: 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 as blocks. +* 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 Pages being developed and examples