CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - opencores

搜索资源列表

  1. uart from opencores

    0下载:
  2. 用VHDL实现串口 可以实现与pc机的通信 收发 中断都可以 效果比较好-VHDL implement serial port, it can communicate with pc, it can accept and send message, and it can be interrupted.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:9.04kb
    • 提供者:熊明
  1. ad_DCT

    0下载:
  2. verilog 编程 有测试文档 基于查表结构实现 离散余弦变换dct 来源:opencores -Verilog Programming is based on the test documents Lookup structure for a discrete cosine transform Extra Source : opencores
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:32.87kb
    • 提供者:周信均
  1. generic_fifo

    1下载:
  2. 这是从opencores下的fifo代码,包括了异步和同步的,还有写的testbench,希望对大家有用.-This is opencores fifo under the code, including asynchronous and synchronous. There testbench written in the hope that useful for all.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:20.58kb
    • 提供者:daiowen
  1. open_eth_drv

    0下载:
  2. opencores的以太网(百兆)在linux下面的驱动程序。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:7.21kb
    • 提供者:minona2
  1. fftinterface

    1下载:
  2. 电赛一等奖作品:音频信号分析仪的FPGA源码,VHDL编写,Quartus7.1综合,ModelSim6.2g se仿真,应用了opencores.org上的开源FFT IP核,加入了8051总线接口和ram
  3. 所属分类:VHDL编程

    • 发布日期:2014-01-17
    • 文件大小:4.71mb
    • 提供者:李星
  1. free_IP_2

    0下载:
  2. 来自于OpenCores组织的开放IP核,非常专业,大牛编写。
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1.84mb
    • 提供者:wangyunshann
  1. i2c

    0下载:
  2. opencores上的源码,帮大家搞下来了,希望对大家有帮助 ,
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:486.44kb
    • 提供者:邵伟
  1. wisbone_2_ahb.tar

    0下载:
  2. ---- ---- ---- WISHBONE Wishbone_BFM IP Core ---- ---- ---- ---- This file is part of the Wishbone_BFM project ---- ---- http://www.opencores.org/cores/Wishbone_BFM/ ---- ---- ---- ---- Descr iption ---- ---- Implementation of Wishbone_
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2.66mb
    • 提供者:liang
  1. I2C_auto_config

    0下载:
  2. 这是一个用VHDL语言描述的I2C自动配置模块,使用了来自opencores.org的I2C核,已在altera的cyclone芯片上调试通过
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:7.42kb
    • 提供者:wgy
  1. dwt2d_vhdl

    0下载:
  2. dwt2d_vhdl opencores
  3. 所属分类:VHDL编程

    • 发布日期:2011-06-12
    • 文件大小:340.52kb
    • 提供者:stratel
  1. VHDL语言实现的arm内核

    1下载:
  2. 5个ram核,arm6_verilog,arm7_verilog_1,arm7_VHDL,Core_arm_VHDL,nnARM01_11_1_3 arm6_verilog.rar 一个最简单的arm内核,verilog写的,有点乱 arm7_verilog_1.rar J. Shin用verilog写的arm7核心,结构良好,简明易懂 nnARM01_11_1_3.zip.zip nnARM开源项目,国防科技大学牛人ShengYu Shen写的,原来放在opencores上,
  3. 所属分类:VHDL编程

    • 发布日期:2013-12-29
    • 文件大小:1.1mb
    • 提供者:YeZiqiang
  1. rel_08_done

    0下载:
  2. 修改自OpenCores的黑白棋游戏代码。采用VGA输出显示,PS2键盘(W、A、S、D、回车)输入控制,实现AI,LED灯指示是否游戏结束,VGA显示频率25MHz,系统频率50MHz,经过Cyclone IV芯片EP4CE115F29C7N的板级调试,实现全部功能,文件夹下有rtl源代码,管脚定义pin文件,和可以直接进行JTAG烧写和E2PROM烧写的pof和sof文件,-Modified from OpenCores Othello game code. Using the VGA ou
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:247.12kb
    • 提供者:诗律
  1. i2c_Verilog

    0下载:
  2. Verilog开发的I2c接口模块,如何需要更详细的资料,请参考www.opencores.org网站-Verilog development I2C interface module, how the need for more detailed information, please refer to website www.opencores.org
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:10.98kb
    • 提供者:sun
  1. cordic_generic

    0下载:
  2. 本人根据opencores.org上的cordic算法改写的可配置位宽的cordic算法,并且在原始的级联型的基础上编写的循环(iterative)型的cordic,可通过generic配置。带一个不可综合和可综合的testbench(for altera)。稍微改动可应用于xilinx fpga-a generic synthesizable cordic with 2 modes: cascade and iterative. based on opencores.org version,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:11.36kb
    • 提供者:Zhu
  1. pif2wb_latest.tar

    0下载:
  2. This is a bridge IP core to interface the Tensilica PIF bus protocol with the OpenCores WishBone. It currently supports single-cycle as well as burst transfer operations. The core has been tested in a master-PIF slave-WB configuration.-This is is a b
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-11
    • 文件大小:2.15mb
    • 提供者:Arun
  1. cf_fft_256_8

    0下载:
  2. This is a source code of 256 point fft architecture. This code is also available with opencores-This is a source code of 256 point fft architecture. This code is also available with opencores
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:1.58kb
    • 提供者:Mohan
  1. Tri-mode_Ethernet_MAC_Specifications

    0下载:
  2. document for mac 10 100 1000 ethernet verilog code.you find code in this site
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-05-26
    • 文件大小:242.48kb
    • 提供者:amir
  1. pci_mini_latest.tar

    0下载:
  2. OpenCores MiniPCI core
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:497.4kb
    • 提供者:Amir
  1. opencores

    0下载:
  2. opencores开源vhdl的部分代码,从原站cvs下来的最新代码-opencores part of the open source vhdl code, from the original station down the latest cvs code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1.52mb
    • 提供者:dengxin
  1. OpenCores-Amber

    0下载:
  2. *硬件在OpenCore Amber ARM Core中实现-Trojan Hardware implemented in the OpenCores Amber ARM Core
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-14
    • 文件大小:8.07mb
    • 提供者:骆扬
« 12 3 »
搜珍网 www.dssz.com