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

搜索资源列表

  1. verilog--uart

    0下载:
  2. verilog实现uart功能的FPGA应用,适用于Cyclone 2系列-verilog uart function of FPGA applications in the Cyclone Series
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:87898
    • 提供者:sunlin
  1. uart

    0下载:
  2. uart的vhdl源码,实现fpga的通用串行异步收发接口的设计-the uart the vhdl source to achieve fpga universal serial asynchronous transceiver interface design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:3012
    • 提供者:凌应龙
  1. uart

    0下载:
  2. 用VHDL实现UART通讯(暂时只能发送)-UART communication using VHDL (temporarily only send)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:1270694
    • 提供者:张喆
  1. uart-vhdl

    0下载:
  2. 不错的uart总线程序,已经测试过,没有问题啊-Good uart bus program, has been tested, there is no problem ah
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:3677
    • 提供者:wdc
  1. UART

    0下载:
  2. UART发送数据 中断接受数据 UART发送数据 中断接受数据-UART interrupt receive UART transmit data
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:1050
    • 提供者:万工
  1. verilog

    0下载:
  2. verilog HDL 入门学习的源代码。 包括双向语法,计数器,状态机,锁存器,uart等-Introduction to learning verilog HDL source code. Including two-way grammar, counters, state machines, latches, uart, etc.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:3319
    • 提供者:鲁东
  1. UART

    0下载:
  2. 1.UART是一个UART的IP核,在其它的程序中可以直接的调用的,波特率是9600.-Is 1.UART a UART IP core can directly call the other program, the baud rate is 9600.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-14
    • 文件大小:2035239
    • 提供者:金华
  1. uart

    0下载:
  2. uart串口通讯,波特率任意可调,采用vhdl语言编写,ise和quartus均可使用-uart serial communication baud rate of any adjustable
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:3182
    • 提供者:常飞
  1. uart

    0下载:
  2. 一个在Quartus 12.0 Web版下做的Uart收发例子,具备基本的收发功能。-Uart transceivers example, with a in Quartus 12.0 Web version under the basic functions of the transceiver.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-27
    • 文件大小:1105379
    • 提供者:赵成龙
  1. UART-application

    0下载:
  2. uart核应用的各种介绍 让大家了解到一些基础的知识 总结的很全面 适合初学者-Uart nuclear application of various introduce let everybody understand to some basic knowledge of very comprehensive summary for beginners
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-25
    • 文件大小:695078
    • 提供者:yuweiyang
  1. UART-based-on-FPGA

    0下载:
  2. UART的FPGA的实现,有工程和设计文档说明-FPGA implementation of the UART, engineering and design documentation for instructions
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:2039794
    • 提供者:丁俊辉
  1. UART-VHDL-QUARTUS

    0下载:
  2. uart vhdl quartus for altera
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-07
    • 文件大小:212849
    • 提供者:gilang
  1. uart

    0下载:
  2. veilog 实现FPGA的串口收发器,自发自收,稍作修改可以用于单独发送和接收模块。-verilog describe uart
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:3091606
    • 提供者:chen
  1. uart-code-(Verilog)

    1下载:
  2. uart 源码 Verilog CPLD -uart code Verilog CPLD
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-12
    • 文件大小:10316
    • 提供者:zhaochao
  1. uart

    0下载:
  2. uart veilog源码 含有testbench-uart verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-05
    • 文件大小:2309
    • 提供者:王维
  1. uart

    0下载:
  2. Verilog 编写全双工UART input clk, // 这个模块的主时钟 input rst, // 同步复位信号 input rx, // 串口接收端口 output tx, // 串口发射端口 input transmit, // 发送信号 input [7:0] tx_byte, // 发送的字节 output received, // 表明,已接受到一个字节 output [7:0] rx_
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:
    • 文件大小:1393
    • 提供者:
  1. UART-SPI-I2C-VGA

    1下载:
  2. 里面有i2c,uart,spi的代码,也是从别的地方下的觉得还不错,,与大家分享一下,做个参考-I2c, uart, spi code inside, but also from elsewhere feel pretty good, and we share with you, to be a reference
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-11
    • 文件大小:504471
    • 提供者:娃娃
  1. uart

    0下载:
  2. UART 串口收发程序 VHDL UART 串口收发程序 VHDL-UART serial port transceiver procedures VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-08
    • 文件大小:1565
    • 提供者:蒋坤
  1. SystemC-UART

    0下载:
  2. 基于SystemC的Uart模型-----文档-SystemC the Uart model of----- document
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-11
    • 文件大小:342586
    • 提供者:yujunfeng
  1. UART

    0下载:
  2. 本人觉得还不错的vhdl写的UART程序,验证过。-I feel pretty good vhdl write UART program verified.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-16
    • 文件大小:15909
    • 提供者:wangjianyuan
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com