搜索资源列表
riscdesign
- 一个非常简单的cpu设计的原代码,是用verilog编写的-a very simple cpu design of the original code, was prepared by the Verilog
GF_binomial
- 為一個可處理多項式乘法的verilog code
CLA8
- 一个超前进位加法器的Verilog实现,内含测试文件,可以综合,非常有参考价值
verilog_multicrc
- 该文件为多种CRC校验的不同的verilog实现,开发平台为QUATUS2,可直接运行
multiply
- 这是我用verilog hdl语言写的浮点乘法器,用的是基4的booth算法,对于部分积使用了5-2压缩和3-2压缩,欢迎大家指点,也欢迎大家把它改成流水线以提高速度.
BCD2BIN8.rar
- BCD转BIN算法,BCD码转二进制数据。,BCD to BIN algorithm, BCD code to binary data.
FFT
- 详细介绍了关于快速傅立叶变换FFT的算法、原理。-Described in detail on the fast Fourier transform FFT algorithm, principle.
aa
- BFGS算法本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点-BFGS algorithm for solving This procedure applies to the form f (x) = 1/2* x Ax+ Bx+ C quadratic function of the stable point
coordinate_cordic
- cordic算法的Verilog实现(其他地方找的)-cordic
fir_filter_verilog
- FIR filter verilog project
Cordic
- 用verilog写的Cordic运算模块,迭代次数为16次。-Cordic Module Writing With Verilog。
cordic_atan
- 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权,需要的同学可以自己加上。-Calculated usin
phase
- FFT algorithm using verilog
4b_ripple_carry_full_adder
- ripple carry for full adder of 4- bit in verilog
sequence_detector
- verilog progam on sequence detector
AWSEQ_RAM_RW_A_DFF
- Verilog AWSEQ RAM DFF Verilog code
two_dimensional_fast_hartley_transform_latest.tar
- RTL Verilog code to perform Two Dimensional Fast Hartley Transform (2D-FHT) for 8x8 points. Presented algorithm is FHT with decimation in frequency domain.
1024point-fft--using-verilog-hdl
- 1024点快速傅里叶变换,使用verilog hdl硬件描述语言-1024point FFT,using verilog hdl
Cordic3
- 用cordic算法求三角函数与反三角函数的Verilog编程(Verilog programming of trigonometric function and inverse trigonometric function by CORDIC algorithm)
cordic_pipelined
- 用Verilog进行三角函数与反三角函数的计算(Calculation of trigonometric function and inverse trigonometric function by Verilog)