From d34bdc93aedda2b22b693d808ae4c1d07a23553f Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 17 Jan 2021 22:51:57 +0000 Subject: [PATCH] spelling --- openpower/sv/overview.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index 7d5d40c6c..98d679cbd 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -608,7 +608,7 @@ truncated. Only then can the arithmetic saturation condition be detected: set_polymorphed_reg(rd, destwid, i, sat) # set sat overflow if Rc=1: - CR.ov = (sat != result) + CR[i].ov = (sat != result) So the actual computation took place at the larger width, but was post-analysed as an unsigned operation. If however "signed" saturation -- 2.30.2