From 08dcb6a8b15593bd5c914462bccf50934671f66d Mon Sep 17 00:00:00 2001 From: programmerjake Date: Fri, 3 Apr 2020 06:51:13 +0100 Subject: [PATCH] switch to using correct name for simple-soft-float --- HDL_workflow.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2