From: Luke Kenneth Casson Leighton Date: Fri, 12 Jun 2020 12:03:20 +0000 (+0100) Subject: add MyHDL CORDIC link X-Git-Tag: convert-csv-opcode-to-binary~2440 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cfe05eafa36f7b2febfd7df4f3ad189404f50148;p=libreriscv.git add MyHDL CORDIC link --- diff --git a/resources.mdwn b/resources.mdwn index f946bc12c..f0c236583 100644 --- a/resources.mdwn +++ b/resources.mdwn @@ -70,6 +70,7 @@ for comparative/informative purposes with regard to Simple-V. - Does not have an easy way of computing tan(x) * [zipcpu CORDIC](https://zipcpu.com/dsp/2017/08/30/cordic.html) * [Low latency and Low error floating point TCORDIC](https://ieeexplore.ieee.org/document/7784797) (email Michael or Cole if you don't have IEEE access) +* MyHDL version of CORDIC ## IEEE Standard for Floating-Point Arithmetic (IEEE 754)