Project: 16-bit CORDIC Computer
06/30/2020
![](https://a7bf15aabf.cbaul-cdnwnd.com/ef9821dc64ec8879f9bb078b6a7a3b24/200000007-a1243a1245/Annotation%202020-07-05%20205508.png?ph=a7bf15aabf)
The purpose of this lab was to implement CORDIC (COordinate Rotation DIgital Computer) using FPGA. CORDIC is a method for calculating a variety of functions including trigonometric and hyperbolic. In this Project, we were interested in calculating the value of sine and cosine function by giving their corresponding angle. The CORDIC core is a parameterized Verilog RTL code for a 16 bit fixed point CORDIC.