From: Luke Kenneth Casson Leighton Date: Sun, 28 Apr 2019 17:36:18 +0000 (+0100) Subject: add fast sqrt paper link X-Git-Tag: ls180-24jan2020~1150 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5d814b02b6f95d675038f79cd4afa5655d00adf;p=ieee754fpu.git add fast sqrt paper link --- diff --git a/src/add/fsqrt.py b/src/add/fsqrt.py index d94700ff..bc80e9f5 100644 --- a/src/add/fsqrt.py +++ b/src/add/fsqrt.py @@ -97,6 +97,10 @@ if __name__ == '__main__': print("m:%d e:%d sqrt: m:%d e:%d" % (m, e, ms, es)) """ + +Notes: +https://pdfs.semanticscholar.org/5060/4e9aff0e37089c4ab9a376c3f35761ffe28b.pdf + //This is the main code of integer sqrt function found here:http://verilogcodes.blogspot.com/2017/11/a-verilog-function-for-finding-square-root.html //