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

搜索资源列表

  1. communications_2

    2下载:
  2. 用vhdl代码描述的通信系统仿真程序。包括信源(20位m序列),crc编码(采用串行算法),加噪(用22位m序列产生稀疏的1,然后和编码后的数据异或),crc解码,数据串行输出。 -Vhdl code with the simulation program described in the communication system. Including the source (20 m sequence), crc code (using the serial algorithm), no
  3. 所属分类:VHDL编程

    • 发布日期:2013-04-08
    • 文件大小:120498
    • 提供者:李修函
  1. Exp5_UART

    0下载:
  2. 用VHDL在SOPC试验箱中实现异步串行通讯转换,用VHDL硬件描述语言实现处理器CPU
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-30
    • 文件大小:12728320
    • 提供者:jiajinying
  1. uart-txblock

    0下载:
  2. vhdl实现了UART的数据发送,将八位并行数据转成串行数据输出,并加上起始位和奇偶校验位,停止位。-vhdl UART data transmission realized, the eight parallel data into serial data output, plus the start bit and parity bits, stop bits.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:4850
    • 提供者:刘毅
  1. Serial

    0下载:
  2. 基于epm1270的串行通信vhdl代码-serial vhdl code for epm1270
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:590419
    • 提供者:liuwu
  1. eda-2009

    0下载:
  2. 9600波特率的串行口VHDL接收和发送模块,两个模块既可以单独使用。-VHDL 9600 baud serial port receive and transmit modules, two modules can be used alone.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-15
    • 文件大小:3947906
    • 提供者:shaobingxin
  1. sipo_reg5

    0下载:
  2. VHDL语言描述具有同步清零的5位串行输入并行输出移位寄存器代码-VHDL language to describe the clearing of 5 with synchronous serial input parallel output shift register code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:525
    • 提供者:zzz_ali
  1. VHDL1

    0下载:
  2. 一种利用CPLD实现波特率自动侦测的方法,介绍了数据接收模块系统,分析了波特率自动侦测原理,利用VHDL语言对其进行了编程,最后给出了仿真结果,从而推广该方法的应用。 关键词:串行通信,波特率,自动侦测,仿真结果 -CPLD realization of a use of automatic baud rate detection methodology, the data receiving module systems, analysis of the principle of au
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:128351
    • 提供者:枫蓝
  1. EDA_reg

    0下载:
  2. 并行数据串行数据的VHDL程序,需要的可以看看。-VHDL serial data parallel program data, the need to look at.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:168299
    • 提供者:miaoxiaohu
  1. Source

    0下载:
  2. 使用VHDL基于CPLD的源程序,程序的功能是做时钟的X分频,输出串行码-CPLD using VHDL source program based on the program' s function is to do X clock frequency, the output serial code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:103611
    • 提供者:俊杰
  1. uart

    0下载:
  2. 串行异步收发接口,简称UART,是一种广泛应用的串行传输接口。这是用vhdl实现的程序,将UART分成相应的几个模块,并用顶层文件进行模块化设计。-Send and receive asynchronous serial interface, referred to as the UART, is a widely used serial transmission interface. This is achieved using vhdl procedure to the appropriat
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:3819
    • 提供者:刀刀
  1. ps2

    0下载:
  2. 用VHDL语言实现了PS/2通信协议,PS/2是一种双向同步的串行通信协议。-VHDL language using a PS/2 communication protocol, PS/2 is a two-way synchronous serial communication protocol.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:4040
    • 提供者:刀刀
  1. 8-bitinput-output-shift

    0下载:
  2. 8位串行输入,串行输出移位寄存器 VHDL-8-bit serial input, serial output shift register VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:659
    • 提供者:LT
  1. UART

    0下载:
  2. xilinx官网提供的VHDL,UART串行通信模块,肯定好用,官方提供-xilinx official website provides VHDL, UART, FPGA communication module is certainly easy to use, official
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:10236
    • 提供者:雪尘
  1. jieshou

    0下载:
  2. 实现异步串行通信的接受部分,采用vhdl语言实现-Acceptance of asynchronous serial communication part, using vhdl language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:999
    • 提供者:yangyang
  1. send

    0下载:
  2. 采用vhdl语言编程,实现异步串行通信的发送自己定义的通信协议格式-Using vhdl language programming, asynchronous serial communication to send their own communication protocol format definition
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1056
    • 提供者:yangyang
  1. Serial

    0下载:
  2. VHDL语言的串行通讯程序,已调试过了可以下载使用-VHDL language serial communication program, you can download have been used to debug
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:664343
    • 提供者:李小平
  1. Proj

    0下载:
  2. verilog/vhdl 串行口232通信程序-Spartan3E开发板调试通过-verilog/vhdl serial port communication program-Spartan3E 232 development board debugging
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:779
    • 提供者:xxit
  1. UART_final

    0下载:
  2. 利用vhdl硬件描述语言,模拟异步通用串行接口UART的通信方式,已在fpga上实际测试,通信性能不错,有一定的参考学习价值!-Using vhdl hardware descr iption language, simulated UART asynchronous serial interface common means of communication, the actual test in fpga, communication performance is good, there i
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-17
    • 文件大小:4351865
    • 提供者:孙新江
  1. handset

    0下载:
  2. 利用硬件描述语言vhdl模拟实现与9针ps2手柄的串行通信,完成手柄输入信号的采集。-Vhdl simulation using hardware descr iption language to achieve ps2 with 9-pin serial communication handle, the handle to complete the input signal acquisition.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-18
    • 文件大小:4992991
    • 提供者:孙新江
  1. SPI_Verilog

    0下载:
  2. SPI串行总线接口的VHDL代码,详细讲解实现过程。-SPI serial bus interface VHDL realization elaborate on the realization of the process.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:405989
    • 提供者:薛鹏展
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com