From: lkcl Date: Sun, 10 Jan 2021 01:25:55 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~494 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2f19ffc174e77b42cffeda1cb774023dd720966;p=libreriscv.git --- diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 79dea7f36..9acb8fd80 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -97,33 +97,37 @@ another mode selection would be CRs not Ints. crregs[BC][i] crregs[BT][i] = (imm & (1<> shamt); + mask = (2<> shamt); } ```