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

搜索资源列表

  1. mar2010

    0下载:
  2. 基于FPGA的单精度浮点数乘法器设计,本文设计了一个基于FPGA的单精度浮点数乘法器。乘法器为五级流水线结构。设计中采用了改进的带偏移量的冗余Booth3算法和跳跃式Wallace树型结构,减少了部分积的数目,缩短了部分积累加的耗时;提出了对尾数定点乘法运算中Wallace树产生的2个伪和采用部分相加的处理方式,有效地提高了的运算速度;并且加入了对特殊值的处理模块,完善了乘法器的功能。单精度浮点数乘法器在Altera DE2开发板上进行了验证,其在Cyclone II EP2C35F672C6器
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:599831
    • 提供者:kudding
  1. DE2_115_IR

    0下载:
  2. 用FPGA DE2-115开发板实现红外IR的接受器,将接受结果用数码管显示-Infrared IR receiver FPGA DE2-115 development board will accept the results with digital display
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:109532
    • 提供者:tony
  1. fsk_completed

    0下载:
  2. FPGA为设计载体,VHDL 为设计输入,完成2FSK调制器的实现,下载到DE2平台通过D/A转换模块于示波器上实现-2FSK based on Fpga
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:568779
    • 提供者:jiran
  1. DE2platform-introduction

    0下载:
  2. 基于FPGA的de2平台介绍,包括DE2开发板各部分的功能和简单应用。-Introduced, including the de2 platform based on FPGA the DE2 board functions and simple application.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:2715612
    • 提供者:zhang li
  1. Function_clock_generate

    0下载:
  2. 基于FPGA实现的实时闹钟,在DE2—115开发板上通过验证,实现报时,定时,时间调整等功能-Based on verified DE2-115 development board FPGA to achieve real-time alarm, timekeeping, timing, time adjustment
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-18
    • 文件大小:2278
    • 提供者:小梦
  1. niosII_cycloneIII_3c120_fast

    0下载:
  2. nois2 开发实例。应用平台是DE2开发板。实现一个简单的电子时钟的显示万年历。设计简单,便捷-Frequency meter, the use of Fpga language design and implementation of frequency measurement, can modify their own, platform type ED2 development board "
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-20
    • 文件大小:202766
    • 提供者:lufei
  1. frequency-counter

    1下载:
  2. 这是用verilog写的配合DE2 FPGA开发板的10进制显示频率计的工程文件夹的压缩包,解压后可直接下载到DE2板上,其中频率输入端是系统自带27M时钟D13用于测试,如果想要应用于别的开发板,可以重新分配引脚。-DE2 FPGA development board with with verilog write with decimal display frequency meter project folder compression package, after decompressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-06-29
    • 文件大小:615424
    • 提供者:予烨
  1. nios_led

    0下载:
  2. 一个基础的FPGA的实验,包括sopc搭建硬件平台到用NIOS II软件编写控制程序。本实验是基于DE2开发板做的,可直接下载入片内观察到流水灯的现象。-A FPGA-based experiments, including sopc build the hardware platform to write NIOS II software control program. The experiment is based DE2 development board, observed the p
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-14
    • 文件大小:7170716
    • 提供者:张莉
  1. BYSJM_VHDL

    0下载:
  2. 基于fpga实现的出租车计价程序,实现功能:通过DE2板上的数码管、LCD显示当前的里程数,实现低速计价等功能-Based fpga the Taximeter program to achieve, achieve function: the DE2 board digital tube, LCD displays the current mileage, low speed denominated functions
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-24
    • 文件大小:2079415
    • 提供者:wang
  1. FilterMid

    0下载:
  2. FPGA实现的图像中植滤波算法,硬件平台DE2开发板-Vegetation filtering algorithms, hardware platforms DE2 development board FPGA implementation of image
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-13
    • 文件大小:3975631
    • 提供者:wang
  1. Columbia-University-on-VGA-video

    0下载:
  2. vga的现实原理与实际应用,基于DE2 FPGA开发板的应用,很透彻,很贴切,很有参考价值-vga reality principle and practical application, based on the application of the DE2 FPGA development board, very thorough, very appropriate, great reference value
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-21
    • 文件大小:382573
    • 提供者:wangxing
  1. uart_lcd

    0下载:
  2. 基于FPGA的UART通信,并用LCD(1602)显示通讯状态和通讯的数据。通过在ALTERA公司生产的DE2-115开发板上运行,证明此程序稳定可靠。时钟为50MHz,语言为VHDL,状态机。-FPGA-based UART communication, and LCD (1602) show the communication status and data communications. DE2-115 development board by ALTERA Company product
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-12
    • 文件大小:6436299
    • 提供者:jiazhaorong
  1. arm_VGA4

    0下载:
  2. 基于FPGA的CMOS摄像头转VGA输出程序源码,基于DE2板。-CMOS cameras turn VGA output based on the FPGA program source code, based on the DE2 board.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-16
    • 文件大小:856802
    • 提供者:ZhangZhenyan
  1. Pinball

    0下载:
  2. 这是一个基于FPGA的小球游戏,碰四壁可以反弹,通过VGA在显示屏输出。已在DE2上下板实现。-This is an FPGA-based ball game, hitting the walls can bounce through the VGA output on the display. Has been up and down the DE2 board to achieve.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-17
    • 文件大小:1272977
    • 提供者:Dee
  1. EP3C_FFT

    0下载:
  2. 在EP3C16 fpga 开发板上上实现了对输入声音进行FFT计算,并实时的显示在VGA显示器上。-The DE2 board to achieve a sound input FFT calculation, and real-time display on the VGA monitor.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-19
    • 文件大小:5228169
    • 提供者:恣意
  1. DE2_USB_API

    0下载:
  2. 基于altera DE2开发板的USB应用程序,可以实现对FPGA的各项控制,包括输入数据到SRAM中,更换VGA显示器显示的图片等-Based on altera DE2 development board USB application process can be achieved with the control of the FPGA, including the input data to the SRAM, the replacement of VGA display pictur
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-07
    • 文件大小:2023875
    • 提供者:叶志远
  1. DE2_TV

    0下载:
  2. 基于fpga的视频处理系统,在Altera的DE2-70开发板上实现。-Fpga-based video processing system, the Altera DE2-70 development board to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:436823
    • 提供者:520yunping1314
  1. vga-with-double-port-ram

    0下载:
  2. fpga 读写双端口ram并使用VGA进行显示,基于de2-115-vga with read and write double port ram
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-23
    • 文件大小:7537567
    • 提供者:luchang
  1. DE2_70_D5M1

    0下载:
  2. fpga,vhdl,de2-70,数字摄像头-fpga, vhdl, de2-70, a digital camera
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:154499
    • 提供者:lee
  1. Experiment-of-FPGA_DE2

    0下载:
  2. fpga开发板DE2的实验讲义,讲解的很详细,可作为入门的学习讲义。-Experiment of FPGA_DE2
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:1354211
    • 提供者:范萍
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com