CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 乘法器

搜索资源列表

  1. Verilog_EX

    0下载:
  2. 移位乘法器/流水线乘法器,流水线结构的基本应用-Pipelined multiplier
  3. 所属分类:File Formats

    • 发布日期:2017-12-01
    • 文件大小:1548
    • 提供者:吴昌翰
  1. 8bit-multiplier

    0下载:
  2. 8位二进制数乘法器VHDL实现8位二进制数乘法器设计,乘法通过逐项移位相加原理来实现,从被乘数的最低位开始,若为1,则乘数左移后与上一次的和相加;若为0,左移后以全0相加,直至被乘数的最高位。 -8-bit binary multiplier VHDL 8-bit binary multiplier design, multiplication by itemized shift sum principle, starting from the least significant bit of
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:2211
    • 提供者:李谦
  1. multi_CX

    0下载:
  2. 实现8*8串行乘法器的verilog源代码,经过调试的哦!-8* 8 serial multiplier verilog source code, after debugging Oh!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-22
    • 文件大小:3420
    • 提供者:麦涛涛
  1. multi_4bits_pipelining

    0下载:
  2. 实现4*4流水线乘法器的verilog源代码,在FPGA板上运行-4* 4 pipelined multiplier verilog source code, running on the FPGA board
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-02
    • 文件大小:3291
    • 提供者:麦涛涛
  1. mul

    0下载:
  2. 带符号数的乘法器,包含补码与原码之间的转换-failed to translate
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-25
    • 文件大小:802233
    • 提供者:panpan
  1. multiplier_ip

    0下载:
  2. 基于IP核的乘法器设计,完整的设计工程文件在multiplier_ip文件夹下-IP-based core multiplier design, complete design engineering file multiplier_ip file folder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-03
    • 文件大小:3462720
    • 提供者:xiebaiyuan
  1. multiply_shift_add

    0下载:
  2. 基于移位相加运算的乘法器设计,完整的设计工程文件在multiply_shift_add文件夹下-Multiplier design based on shift and add operations, complete design engineering file multiply_shift_add file folder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:1496624
    • 提供者:xiebaiyuan
  1. Chapter16-Multiplier

    0下载:
  2. 书籍《精通Verilog HDL语言编程》中第16章的程序实例代码,是关于常用乘法器的设计的,对于初学者有一定的帮助-Book "Proficient in Verilog HDL language programming" in Chapter 16 of the procedure code, the common multiplier designed for beginners will certainly help
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-24
    • 文件大小:2706
    • 提供者:vb
  1. 16-bit-parallel-mult

    0下载:
  2. 16位并行乘法器, 由四个4位乘法器组成-16-bit parallel multiplier, consisting of four four multipliers
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-18
    • 文件大小:2621753
    • 提供者:马原
  1. coding

    0下载:
  2. 数字通信系统设计上机实验题,二分频,全加器,乘法器,四选一选择器-Digital communication system design on the experimental questions, divide, full adders, multipliers, four elected a selector
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:18105
    • 提供者:王冬萍
  1. VHDL_book2

    1下载:
  2. add4a:4位加法器的设计 add8a:8位加法器的设计 subtract:4位减法器的设计 addsub: 4位加法器/减法器的设计 shift4:移位寄存器的设计 mult4:乘法器设计 div8:除法器设计 alu4:算术逻辑单元ALU设计-add4a: 4-bit adder design add8a: 8 bit adder design subtract: 4-bit subtraction Design addsub: 4-bit ad
  3. 所属分类:Other Embeded program

    • 发布日期:2014-11-18
    • 文件大小:3258368
    • 提供者:贾诩
  1. vhdl1

    0下载:
  2. 该程序实现了运用VHDL实现数字音频滤波,同时在FIR 滤波过程中减少了加法器和乘法器使用数量,大大减小了内存-The program implements the use of VHDL digital audio filtering, while in the FIR filtering process to reduce the number of adders and multipliers used, which greatly reduces the memory
  3. 所属分类:Communication

    • 发布日期:2017-11-19
    • 文件大小:1374439
    • 提供者:张彬
  1. qt

    0下载:
  2. FPGA软核IP生成工具.保存设置,生成5种常见简单软核,计数器,乘法器,存储器-FPGA-based soft IP core generation tool
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-02
    • 文件大小:3353536
    • 提供者:yujinding
  1. carry_save_mult

    0下载:
  2. 常用乘法器设计 样例程序-Common Multiplier sample program
  3. 所属分类:Software Testing

    • 发布日期:2017-12-03
    • 文件大小:2427
    • 提供者:eee
  1. ff_mul

    0下载:
  2. 伽罗华域GF(q)乘法器设计-Galois field GF (q) Multiplier
  3. 所属分类:Software Testing

    • 发布日期:2017-12-03
    • 文件大小:1596
    • 提供者:eee
  1. A

    0下载:
  2. 四位二进制乘法器的设计,通过设计我们可以掌握计算机的乘法运算方法,了解Maxpuls软件-Four binary multiplier design, we can master the computer through the design multiplication methods to understand Maxpuls Software
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:231935
    • 提供者:马亚林
  1. 16bits_multiplier

    1下载:
  2. 这是一个有符号的16位乘法器的设计,包含详细的设计报告和全部的verilog代码。乘法器采用booth编码,4-2压缩,超前进位结构-This is a signed 16-bit multiplier design, detailed design reports and contains all of the verilog code. Multiplier using booth encoding ,4-2 compression, lookahead structure
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:606407
    • 提供者:
  1. module-multiplier

    0下载:
  2. 用vhdl编程,实现了一个2^N+1模乘法器,经验证,设计结果完全正确-use the vhdl language to design a module 2^n+1 multiplier
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-11
    • 文件大小:836
    • 提供者: lixiao
  1. multi8X8

    0下载:
  2. 基于vhdl的8为乘法器,移位相加原理,使用VHDL语言-Based on the multiplier vhdl 8, displacement add principle, the use of VHDL language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:334881
    • 提供者:Daisy
  1. EX4

    1下载:
  2. 基于FPGA的16位乘法器,入门的可以好好看看。-FPGA-based 16-bit multiplier, getting started can be a good look.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:356981
    • 提供者:cz
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 44 »
搜珍网 www.dssz.com