From: Cesar_Strauss Date: Sun, 25 Aug 2024 18:42:08 +0000 (+0100) Subject: fix typos X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7abdcd0f43b918971d19dfb50e820ed38b16891;p=libreriscv.git fix typos --- diff --git a/crypto_router_asic.mdwn b/crypto_router_asic.mdwn index 115292ea4..269b7483a 100644 --- a/crypto_router_asic.mdwn +++ b/crypto_router_asic.mdwn @@ -113,8 +113,8 @@ Further reading: **6) Binutils support for assembling the above instructions** Currently, our reference Python assembler needs to be used to translate assembly -files containing the new instructions. However. many (not all) instructions were -added to the Binutil assembler (gas) as well. See: +files containing the new instructions. However, many (not all) instructions were +added to the Binutils assembler (gas) as well. See: [code](https://git.libre-soc.org/?p=binutils-gdb.git;a=shortlog;h=refs/heads/svp64). To install, run the `./binutils-gdb-install` script from the [developer scripts](/HDL_workflow/devscripts).