From: programmerjake Date: Fri, 16 Aug 2024 21:11:10 +0000 (+0100) Subject: shorten link text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=121040a61f65ddf4770eac8d3fc9bd36af54870b;p=libreriscv.git shorten link text --- diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index dab95d34c..99b96a039 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -887,7 +887,7 @@ 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: +the main entry point for our hardware implementation of both gfbmul and gfbmadd can be found at: [nmigen-gf.git/src/nmigen_gf/hdl/gfbmadd.py:419](https://git.libre-soc.org/?p=nmigen-gf.git;a=blob;f=src/nmigen_gf/hdl/gfbmadd.py;h=d3fce843304672ac007db6dcc2b395f9ea126335;hb=bc0c03b3df2fa19189aaa2b61a101cdc8ebf1beb#l419) ## `gfbtmadd` -- Binary Galois Field `GF(2^m)` Twin Multiply-Add (for FFT) @@ -921,7 +921,7 @@ gfbinv RT, RA [[!inline pagenames="gf_reference/gfbinv.py" raw="yes"]] ``` -The main entry point in our hardware implementation can be found at: +The main entry point in our hardware implementation can be found at: [nmigen-gf.git/src/nmigen_gf/hdl/gfbinv.py:386](https://git.libre-soc.org/?p=nmigen-gf.git;a=blob;f=src/nmigen_gf/hdl/gfbinv.py;h=712c2a64ead603abc81d45d8aac104e9de92f77d;hb=bc0c03b3df2fa19189aaa2b61a101cdc8ebf1beb#l386) # Instructions for Prime Galois Fields `GF(p)`