CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - CAN fpga

搜索资源列表

  1. rtl

    0下载:
  2. last time when i came here to find some clock references. but most of them can not works well. so this files works well on FPGA board.-last time when i came here to find some clock references. but most of them can not works well. so this works well o
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4.8kb
    • 提供者:FLY
  1. lc2

    0下载:
  2. this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 mode
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:42kb
    • 提供者:ngzhongsyen
  1. dlx_verilog.rar

    0下载:
  2. 这是我个人写的DLX处理器流水线的Verilog代码,在ModelSim中仿真通过,并且在ISE中能综合!即可以下载到FPGA中运行指令,指令可以根据需要定义,也可和相应的编译器配合使用,这里给学习流水线和Verilog的朋友共享。,This is my personal wrote DLX pipeline processor Verilog code, adopted in the ModelSim simulation and can be integrated in the ISE! T
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-03-29
    • 文件大小:9.55kb
    • 提供者:李乔
  1. flash02

    0下载:
  2. 一个我自己写的FPGA读写FLASH代码,在QUARTUS 下用verilog编写,falsh的型号是k9f5608u0d,经测试可以用。-I wrote a FLASH FPGA to read and write code, written in QUARTUS next with verilog, falsh model is k9f5608u0d, can be tested.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1.23mb
    • 提供者:郑荣
  1. DE2_uclinux_hello_zImage

    0下载:
  2. 在linux下生成的zImage文件,能够在nios上运行,包括了FPGA的下载文件SOF和系统的PTF文件,在DE2上测试成功!-In linux generated zImage file, can be run on Nios, including the FPGA and the download file SOF system PTF file, in DE2 test success!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1.35mb
    • 提供者:lf
  1. sram_interface

    0下载:
  2. 这是有关FPGA访问SRAM的硬件描述语言代码,需要的话可以参考参考-It is about access to SRAM in FPGA hardware descr iption language code, if necessary can refer to the reference
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-08
    • 文件大小:855byte
    • 提供者:龙小军
  1. ISD1700

    0下载:
  2. ISD1700模块程序,有做的可以看看,挺好的。-ISD1700 module procedures, you can do look quite good.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:
    • 文件大小:3.07kb
    • 提供者:liyongsong
  1. 0809

    0下载:
  2. fpga 0809实现da转换的 可以用发光二极管显示 亦可以用数码管显示 -fpga Can realize da conversion Can use light emitting diode with digital display or pipe display
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:39.96kb
    • 提供者:
  1. 40fpga

    0下载:
  2. 40个FPGA开发的简单实例,让初学者很好的入门。里面都有详细的程序设计思想说明。-You can use the verilog to realize a counter.
  3. 所属分类:MPI

    • 发布日期:2017-11-28
    • 文件大小:45.44kb
    • 提供者:liu
  1. tst4

    0下载:
  2. FPGA 数字电子时钟。经过测试,可以使用-FPGA digital electronic clock. After the test, you can use. . . .
  3. 所属分类:MPI

    • 发布日期:2017-12-01
    • 文件大小:634.9kb
    • 提供者:lee
  1. usb

    0下载:
  2. usb的FPGA驱动,合理修改既可以使用-vhdl code,modify can used!
  3. 所属分类:source in ebook

    • 发布日期:2017-11-29
    • 文件大小:225.37kb
    • 提供者:liuzhigang
  1. UART_RS232(verilog)

    1下载:
  2. /本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:586.22kb
    • 提供者:饕餮小宇
  1. UART_RS232(VHDL)

    0下载:
  2. 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作状
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:593.25kb
    • 提供者:饕餮小宇
  1. chuankoufasong

    0下载:
  2. 可以实现FPGA的串口发送与接收的vhdl程序-Can to achieve the FPGA serial interface to send and receive the vhdl program
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:788byte
    • 提供者:李琦
  1. EXP5_SCHK

    0下载:
  2. 基于FPGA实现数控分频,能够实现一般的分频要求,通过修改几个基本参数即可实现任意分频-FPGA-based CNC division, to achieve the general division requirements, through a few basic parameters can be modified to achieve arbitrary frequency
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-30
    • 文件大小:217.86kb
    • 提供者:keith
  1. encodercount

    0下载:
  2. 运行在labview实时环境下,FPGA中的ABZ相光电码盘计数器,4细分,可重置-Labview run in real-time environments, FPGA ABZ phase of the photoelectric encoder counter, four segments, can be reset
  3. 所属分类:LabView

    • 发布日期:2017-04-08
    • 文件大小:29.12kb
    • 提供者:DK
  1. DDS

    0下载:
  2. 第一,DDS模块是一个比较常用的用数字方式实现模拟信号的方法,以前一直只用了频率控制,这一次还通过深入理解用上了相位控制,从这个角度来讲,可以用FPGA小菜一碟的实现频率和相位可控的多通道SPWM波,然后再去外加上RC滤波电路和运放电路就可以实现可控正弦波。 第二,这里的DDS模块还有产生一个可逆计数器的计数使能时钟和方向控制时钟,需要具体说说的是,如果你输出的正弦值是8位的,那么你的计数器的计数范围是在0---255---0,如果你输出的正弦值是9位的,那么你的计数器的计数范围是在0--
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-17
    • 文件大小:159.19kb
    • 提供者:张雪亮
  1. 2

    0下载:
  2. 基于FPGA的1024点可移植FFT算法程序-FPGA-based 1024-point FFT algorithm can be transplanted
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:984byte
    • 提供者:张峰艳
  1. FPGA-digital-clock-and-stopwatch

    0下载:
  2. 这是一个FPGA数字时钟及秒表的源程序,具有调试功能,适合fpga爱好者借鉴。-This is source code about FPGA,including digital clock and stopwatch,and you can use it according to your need.
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-17
    • 文件大小:4.01mb
    • 提供者:刘东
  1. CAN-IP-Core

    0下载:
  2. CAN IP Core can硬件的IP核,用于cpld和fpga编程can接口-CAN IP Core
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:116.84kb
    • 提供者:liucl
« 12 »
搜珍网 www.dssz.com