supleed2 / cordic

SystemVerilog CORDIC block that converts from an input phase (sawtooth wave) to a sine wave

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cordic

SystemVerilog CORDIC block that converts from an input phase (sawtooth wave) to a sine wave

cordic.sv

Input: 0-65535 (16 bit) = $0$-$\frac{\pi}{2}$ radians or $0$-$90$°

Output: 0-65535 (16 bit) = $0$-$1$

About

SystemVerilog CORDIC block that converts from an input phase (sawtooth wave) to a sine wave

License:Apache License 2.0


Languages

Language:SystemVerilog 78.6%Language:Python 15.6%Language:Makefile 5.8%