搜索资源列表
adsp-2116x_matrixbymatrix
- adsp2116x的矩阵乘运算-adsp2116x matrix multiplication
adsp-2116x_complex_vector_multiply
- adsp2116x的向量乘运算-adsp2116x vector multiplication
CORDIC
- 用verilog写的CORDIC算法实现,很适合做超越函数的运算。通常用于实现正弦乘法,或者坐标变换。-The cordic arithmetic implemented by verilog is adapted to exceed function.It is usually used to implement sine multiplication or coordinate tuansform.
mul4
- 利用BOOTH算法实现4位乘法运算,使乘法由简单的移位和加法完成。其中包含了MUL4源代码和Test代码,已通过仿真验证-BOOTH Algorithm 4 using multiplication, so that the shift from simple multiplication and addition completed. MUL4 which contains the source code and Test code has been verified by simulatio
Addition_multiplication
- This MIPS program performs addition and multiplication operations for any two input numbers with fraction, via differentiating left and right hand sides and performing the specified operation.
modifiedBoothMultiplier
- verilog code for modified booth multiplication using maxplus2
FastCplxMuply
- This zip folder contains the verilog code for fast complex multiplication source code and its test bench
WallaceTreeImplementationInVHDL
- Wallace Tree Implementation in VHDL WT is one of the fastest way to implement multiplication of numbers in hardware design. (Optimized version) Tested in Altera 3.5u board by MonteCristo (H.U.T)
Verilog
- 基于Verilog的编码用BOOTH算法和移位相加实现乘法运算-BOOTH Algorithm with multiplication
color_converter_latest.tar
- The main purpose of the core is a color transform tasks such as CIE XYZ<->RGB, different RGB<->RGB and RGB<->YCbCr operations. The main part of color conversions from one to another color system concludes in 3x3 matrix multiplicatio
PJ1-Floating-Point-Multiplication-ZiyuanCai
- Floating Point Multiplication For MIPS with Full Comments Use PCSpim to open and run first open float.s second open main.s click "No" for the PCSpim Dialog "Clear program and reinitialize simulator before loading"
etd-0407109-183702-81-001[1]
- 文章介绍了YUV向RGB颜色空间转换的硬件电路实现算法.在高基乘法算法基础上,建立了参数化高基乘法算法模型,并给出了Verilog HDL描述 小数乘法的整数乘法近似和近似误差给予了详细的讨论.采用乘法单元复用的设计结果将在两个时钟周期内完成YUV向RGB的颜色空间转换.-This paper introduces the YUV to RGB color space conversion hardware algorithm. Matrix multiplication algorithm i
Multi-byte-multiplication
- 1. 操作数在寄存器中,R0--R7 2. 操作数在内RAM中 3. 操作数在外RAM中 不过都大同小异,以2例,是个乘法子程序。 入口:乘数R0,被乘数R1,字节数R7,结果在R0-1. Operands in the registers, R0- R7 2. Operand, including RAM, 3. Operand out RAM, but are similar to two cases, is a multiplication subroutine. Entr
multiplication
- multiplication code with its test for n bit -multiplication code with its test for n bit
32-bit-multiplication
- 32 bit multiplication using 8051
multiplication-formulas
- 数码管随机模拟显示乘法口诀,有详细的说明和仿真过程,程序完整可以直接使用。-Stochastic Simulation of digital control display multiplication formulas, a detailed descr iption and simulation process, the program can use the full.
Multiplication
- 可通过简单的调节实现两个任意字节长度数据的乘法-Can be achieved by simple adjustment of two arbitrary byte-sized data multiplication
DSP-double-multiplication
- dsp的双精度小数乘法 本实验是使用汇编语言的-DSP double fractions of this experiment is using multiplication assembly language
multiplication
- 1.sign_multi文件夹中是有符号数的乘法运算,实现了4bit*4bit的数据运算。 2.unsign_multi文件夹中是无符号的4bit*4bit运算。 以上两个文件均通过Quartusii综合 另外每个文件夹中又包括sign_multi_modelsim和unsign_multi_modelsim文件夹,其中包含了用modelsim仿真的所有文件,已调试通过仿真。-1.sign_multi folder is the multiplication of the
Fast Vector Multiplication
- Fast Vector Multiplication in VHDL with carry save adders and final ripple carry adder