From: programmerjake Date: Fri, 3 Apr 2020 05:51:13 +0000 (+0100) Subject: switch to using correct name for simple-soft-float X-Git-Tag: convert-csv-opcode-to-binary~2970 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08dcb6a8b15593bd5c914462bccf50934671f66d;p=libreriscv.git switch to using correct name for simple-soft-float --- diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index 264bd87f5..47732a4c8 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -323,7 +323,7 @@ testing can then be carried out with "python3 setup.py test" ## Softfloat and sfpy These are a test suite dependency for the ieee754fpu library, and -will be changed in the future to use Jacob's algorithmic numeric +will be changed in the future to use Jacob's [simple-soft-float](https://crates.io/crates/simple-soft-float) library. In the meantime, sfpy can be built as follows: git clone --recursive https://github.com/billzorn/sfpy.git