From aa36ed508cf5489bbb59ed6b1887a5c669ca9f1e Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 11 Mar 2022 23:32:18 +0000 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index d5d75ef25..ab8465013 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -207,8 +207,9 @@ a 4 operand variant which becomes more along the lines of an FPGA: | NN | RT | RA | RB | RC | mode 01 |1 | for i in range(64): - idx = RT[i] << 2 | RA[i] << 1 | RB[i] - RT[i] = (RC & (1<