From: Luke Kenneth Casson Leighton Date: Thu, 2 Apr 2020 16:06:20 +0000 (+0100) Subject: errata in page 88 of V3.0B spec X-Git-Tag: convert-csv-opcode-to-binary~2972 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61099356383fab79f6a2024b6a6514a6af15e239;p=libreriscv.git errata in page 88 of V3.0B spec --- diff --git a/openpower/isa/comparefixed.mdwn b/openpower/isa/comparefixed.mdwn index d288e887c..3620a608f 100644 --- a/openpower/isa/comparefixed.mdwn +++ b/openpower/isa/comparefixed.mdwn @@ -103,13 +103,13 @@ X-Form src1 <- GPR[RA].bit[56:63] match <- (src1 = (RB)[00:07]) | - match <- (src1 = (RB)[08:15]) | - match <- (src1 = (RB)[16:23]) | - match <- (src1 = (RB)[24:31]) | - match <- (src1 = (RB)[32:39]) | - match <- (src1 = (RB)[40:47]) | - match <- (src1 = (RB)[48:55]) | - match <- (src1 = (RB)[56:63]) + (src1 = (RB)[08:15]) | + (src1 = (RB)[16:23]) | + (src1 = (RB)[24:31]) | + (src1 = (RB)[32:39]) | + (src1 = (RB)[40:47]) | + (src1 = (RB)[48:55]) | + (src1 = (RB)[56:63]) CR[4×BF+32] <- 0b0 CR[4×BF+33] <- match CR[4×BF+34] <- 0b0