From: programmerjake Date: Fri, 16 Aug 2024 21:07:30 +0000 (+0100) Subject: add links to our hardware implementations of gfb* operations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7cf3ac1fd210f5ac82dde8db32ad557145c76f10;p=libreriscv.git add links to our hardware implementations of gfb* operations --- diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 5c84e83e5..dab95d34c 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -887,6 +887,8 @@ gfbmadd RT, RA, RB, RC [[!inline pagenames="gf_reference/gfbmadd.py" raw="yes"]] ``` +the main entry point for our hardware implementation of both gfbmul and gfbmadd can be found at: + ## `gfbtmadd` -- Binary Galois Field `GF(2^m)` Twin Multiply-Add (for FFT) Used in combination with SV FFT REMAP to perform a full `GF(2^m)` Discrete @@ -919,6 +921,8 @@ gfbinv RT, RA [[!inline pagenames="gf_reference/gfbinv.py" raw="yes"]] ``` +The main entry point in our hardware implementation can be found at: + # Instructions for Prime Galois Fields `GF(p)` ## `GFPRIME` SPR -- Prime Modulus For `gfp*` Instructions