From 32d221c3a93760ec5d5227e3ff4852f31bf7f157 Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 14 Mar 2023 15:24:47 +0000 Subject: [PATCH] --- openpower/sv/rfc/ls007.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/sv/rfc/ls007.mdwn b/openpower/sv/rfc/ls007.mdwn index abd02f5f5..16555d239 100644 --- a/openpower/sv/rfc/ls007.mdwn +++ b/openpower/sv/rfc/ls007.mdwn @@ -259,7 +259,8 @@ None **Programming Note**: -Dynamic Ternary Logic may be emulated by appropriate combination of `binlog` and `ternlogi`: +Dynamic Ternary Logic may be emulated by appropriate combination of `binlog` and `ternlogi`, +using the `nh` (next half) operand to select first and second nibble: ``` # compute r3 = ternlog(r4, r5, r6, table=r7) -- 2.30.2