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

搜索资源列表

  1. ep2c35_3.8_full_add

    0下载:
  2. 这个程序用verilog硬件语言编写。用来在FPGA内实现全加器。并且可以将输出显示在外部LED灯上等。-this program is writen by verilog HDL.it is the full adder for FPGA.users can read the result from the LEDs.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:50616
    • 提供者:Nevin Young
  1. quanjiaqiheDchufaqi

    0下载:
  2. 设计一个全加器元件,再用该元件连成4位二进制加法器 设计一个D触发器元件,再用该元件连成4位寄存器 -Design a full adder component, then the component with a 4-bit binary adder design a D flip-flop element, then the components together into four registers
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:65336
    • 提供者:potoyb2
  1. four

    0下载:
  2. 大学VHDL实验科目报告四位全加器设计报告-University of VHDL test subjects reported four full adder design report
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:207551
    • 提供者:胡飞
  1. full_adder-and-half_adder

    0下载:
  2. 在Quartus II中用VHDL语言编写的全加器与半加器程序,全加器是调用半加器来实现的。-In the Quartus II VHDL language using the full adder and half adder program, full-adder is called a half adder to achieve.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:184676
    • 提供者:林燕
  1. FPGAadder

    0下载:
  2. 现场可编程门阵列(FPGA)是目前应用非常广泛的一种专用集成电路。在FPGA平台上实现了2位全加器硬宏的设计-Field programmable gate array (FPGA) is widely used as a specific integrated circuit. The FPGA platform for a two full adder hard macro design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:767649
    • 提供者:单善
  1. mult

    1下载:
  2. 4级流水乘法器,本文利用FPGA完成了基于半加器、全加器、进位保留加法器的4比特流水乘法器的设计,编写VHDL程序完成了乘法器的功能设计,并通过Modelsim进行了仿真验证。-Four water multipliers, this paper complete FPGA-based half adder, full adder, carry-save adder 4 bit pipeline multiplier design, write VHDL program to complete
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:3899
    • 提供者:xiu
  1. full_add

    0下载:
  2. 全加器,可移植性很强,只需要变换一下里面的数字就能得到任意的全加器!-The counter, portability is very strong, only need to a change in the inside of the digital can get any counter!!!!!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:1072
    • 提供者:panghui
  1. BCD_add

    0下载:
  2. BCD全加器,用QuartuesII 开发的源码,包括工程文件,下载就能用的,在DE2-70上直接使用。-BCD full adder, with QuartuesII source development, including the project file, download will be able to use in directly on the DE2-70.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:313790
    • 提供者:ricky
  1. 1_02_FullAdd4

    0下载:
  2. 四位元全加器,為Verilog/VHDL構成的IP模組電路-4bit fulladder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:12751
    • 提供者:ytkao
  1. AdderE-modelSim

    0下载:
  2. 全加器ModelSim工程,modelsim的仿真模型,在quartus下可运行-Full adder ModelSim project, modelsim simulation model can be run under the quartus
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:191813
    • 提供者:wangchenlin2000
  1. adder

    0下载:
  2. 用VHDL语言编写的全加器文件 希望对大家有所帮助 原创空间 大家多多支持-failed to translate
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:2869
    • 提供者:苏打水
  1. addr4

    0下载:
  2. 可以实现四位全加器,使用四个全加器串联的方式,不是快速进位位的方式-Can achieve four full adder, full adder using four series were not as fast carry bit of the way
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:3336
    • 提供者:刘芳
  1. ADDER

    0下载:
  2. verilog DHL编写的一位全加器,编译通过。稍作修改便可编程任意位加法器。-verilog DHL write a full adder, compiled by. Slight modifications can be programmed any adder.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:57234
    • 提供者:顾逸峰
  1. Verilog

    0下载:
  2. 基于verilog HDL编写的各种实例。。里面记载了计数器,全加器,等等的代码。-Based on various examples written in verilog HDL. . Recording the counter, full adder, and so the code.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:247716
    • 提供者:黄灿灿
  1. 09081113

    0下载:
  2. 简单计数器,分频器,全加器等vhdl程序等-Simple counter, divider, adder vhdl procedures such as
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-12
    • 文件大小:2868990
    • 提供者:chen
  1. four_bit-full-adder

    0下载:
  2. 四位的全加器,包含8421码与2421码的相互转换,2421码的加法修正-Four of the full adder, including 8421 yards and 2421 yards of the conversion, the addition of amendments to 2421 yards
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:76890
    • 提供者:孙晟轩
  1. f_adder_8

    0下载:
  2. 利用vhdl编写的8位全加器程序,适合初学者了解并掌握VHDL编写规则。-Using vhdl write 8-bit full adder of the program, suitable for beginners to understand and master the VHDL written rules.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:112163
    • 提供者:
  1. verilog

    1下载:
  2. Verilog初学者例程:1位全加器行为级设计、1位全加器门级设计、4位超前进位加法器、8位bcd十进制加法器、8位逐次进位加法器、16位超前进位加法器、16位级联加法器、多路四选一门级设计、七段译码器门级设计-Verilog routines for beginners: a behavioral-level design full adder, a full adder gate-level design, 4-ahead adder, decimal 8-bit bcd adder, 8-
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1325820
    • 提供者:城管111
  1. 8f_adder

    0下载:
  2. 8位全加器 实现8位全加器,先半加器 后一位全加器,最后8位全加器-eight add eight add eight add eight add eight add
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1975
    • 提供者:lyaww
  1. dd

    0下载:
  2. 八位全加器的源代码,用verilog编写,没有附带测试程序-eight summury
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1936
    • 提供者:cc
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 21 »
搜珍网 www.dssz.com