Introduction - If you have any usage issues, please Google them yourself
Cordic with very high resolution. This program is developped by me.
the maximal error is 0.04. You can use it for angle calculation. This original program can be seen in the book: digital processing with FPGA (Uwe Baese), the disadvantage is that the logic cells increases with iteration steps. You can also try this program using state machine instead of this pipeline.