From 956011b40b273dbbf5ef933f87087528cee6cdf3 Mon Sep 17 00:00:00 2001 From: David Harris Date: Tue, 20 Sep 2022 04:13:21 -0700 Subject: [PATCH] fdivsqrtfgen4 comments --- pipelined/src/fpu/fdivsqrt/fdivsqrtfgen4.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/src/fpu/fdivsqrt/fdivsqrtfgen4.sv b/pipelined/src/fpu/fdivsqrt/fdivsqrtfgen4.sv index b8559052..f401c17a 100644 --- a/pipelined/src/fpu/fdivsqrt/fdivsqrtfgen4.sv +++ b/pipelined/src/fpu/fdivsqrt/fdivsqrtfgen4.sv @@ -4,7 +4,7 @@ // Written: David_Harris@hmc.edu, me@KatherineParry.com, cturek@hmc.edu // Modified:13 January 2022 // -// Purpose: Combined Divide and Square Root Floating Point and Integer Unit +// Purpose: Radix 4 F Addend Generator // // A component of the Wally configurable RISC-V project. //