From: lkcl Date: Fri, 1 Jan 2021 18:51:24 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~662 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16668c3a0c59384f0884206031f424fe49adb35c;p=libreriscv.git --- diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index e2ecc69c0..d8bf7d194 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -508,7 +508,7 @@ Without such a decision, if two words are packed as elements into a the lower indexed element goes into the HI or the LO word? should the 8 bytes of each register be inverted? Should the bytes in each element be inverted? These arw all equally valid and legitimate interpretations -of what constitutes "BE" and rhey all cause merry mayhem. +of what constitutes "BE" and they all cause merry mayhem. The decision was therefore made: the c typedef union is the canonical definition, and its members are defined as being in LE order. From there,