From: Jacob Lifshay Date: Tue, 15 Mar 2022 05:10:03 +0000 (-0700) Subject: change inline to actually work X-Git-Tag: opf_rfc_ls005_v1~3059 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc96527679e12cc4d39286d1f5210d01e2b912d5;p=libreriscv.git change inline to actually work --- diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index bf65a028a..d5a059dbb 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -632,7 +632,7 @@ temp = clmul((RA), (RB)) ^ (RC) `cldivrem` isn't an actual instruction, but is just used in the pseudo-code for other instructions. -[[!inline pages="bitmanip_inlines/cldivrem.py" raw="true"]] +[[!inline pagenames="openpower/sv/bitmanip_inlines/cldivrem.py" raw="true" feeds="no" actions="yes"]] ## `cldiv` Carry-less Division