搜索资源列表
cordic_v1.0.4
- Altera公司的CORDIC开发包,用Verilog编写的,安装在Quartus相同目录中,里面有详细的开发说明。
tb_cordic
- cordic algorithm in verilog
cordic
- it is a code to implement cordic algorithm in verilog. it calculates sin and cosine of an input angle.
cordic_iterate
- it is a code for cordic algorithm in verilog. it computes sine and cosine of an angle which is the input. it is iterative structure of cordic.