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

搜索资源列表

  1. FPGA_serial(verilog)

    0下载:
  2. 采用verilog语言编写的关于串口通信的程序,可以参考,希望有所帮助。-Verilog language on the serial communication program can help.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:108798
    • 提供者:张亚洲
  1. 01-The-basis-of-routine-verilog

    0下载:
  2. 是alter公司开发板上的,一些基础例程,包括串口、LED灯,计数器等等。-Alter development board, some basic routines, including the serial port, LED lights, counters, etc..
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:28454912
    • 提供者:wangxingbin
  1. verilog

    0下载:
  2. verilog hdl 写的一个串口程序,编译仿真都已经通过-the verilog hdl write a serial program, compile simulation have passed
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-04
    • 文件大小:10167296
    • 提供者:林子
  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
    • 文件大小:600285
    • 提供者:饕餮小宇
  1. Verilog-Serial-communication

    0下载:
  2. Verilog在DE2实现串口通信,通过上位机给DE2发送数据,并反馈给上位机-Verilog serial communication in the DE2 DE2 send data through the host computer, and feedback to the host computer
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-16
    • 文件大小:35229
    • 提供者:Mr.wang
  1. verilog--serial-port-communication

    0下载:
  2. 自己看了很多材料以后,精心整理的串口通信实验原理和指导,在网上找了很多代码,大部分因为没有很好的注释,看起来很头疼,于是自己写了一份,附带详细的注释,在modelsim仿真器上已经得到验证,现在传上来,仅供参考。-verilog codes for serial port communication
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-06
    • 文件大小:140705
    • 提供者:chenkun
  1. Verilog-UART

    0下载:
  2. 功能:UART串口通讯实信实验 描述:本程序共四个模块 模块1:接收数据的波特率发生模块,接收模块在接收到下降沿时,通过标志位启 动该模块的波特率计数器,并在计数中返回一个采样标志位给接受模块, 通知接收模块采样; ---------------------------------------------------------------------- 模块2:数据接收模块,该模块一旦监测到数据输入端有下降沿,就立即启动波 特率(标志位置1),并使
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-06
    • 文件大小:16375
    • 提供者:mrmu
  1. uart_latest.tar

    0下载:
  2. VERILOG串口IP核,在XC2S200E测试过-UART IP CORE
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:9609
    • 提供者:lyg
  1. serial-pc-verilog

    0下载:
  2. 串口 和 pc 端通信的verilog程序 !适合初学者 ! 代码简单 ,结构清晰!-Serial and pc client communication verilog program! Suitable for beginners! The code is simple, clear structure!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:78167
    • 提供者:Narainel
  1. Verilog-interface

    0下载:
  2. 基于fpga的verilog语言 实现的串口接收发送数据编程-fpga serial
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1032
    • 提供者:时迁
  1. SDRAMverilog

    0下载:
  2. SDRAM verilog 串口实例 带有RTL图 及详细的注释-SDRAM verilog RTL serial examples with diagrams and detailed notes
  3. 所属分类:Com Port

    • 发布日期:2017-05-12
    • 文件大小:2812707
    • 提供者:时迁
  1. verilog--uart--fpga

    0下载:
  2. 基于verilog的串口通信实验指导和源程序-Verilog based serial communication experiment guide and source code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3121862
    • 提供者:宋江
  1. UART-Verilog-source

    0下载:
  2. Verilog编写UART串口例程,实现FPGA与上位机串口通信,利用ASCII码进行大小写转换,在Xilinx Virtex-5开发板测试通过-UART serial routines written in Verilog, FPGA serial communication with the host computer using the ASCII code case conversion, in the Xilinx Virtex-5 development board test
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2974
    • 提供者:charley
  1. Verilog-RS232

    0下载:
  2. 本程序是在FPGA里面模拟RS232串口,并在已调试成功。-This procedure is simulated in FPGA RS232 serial port, and in the debugging success
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2636
    • 提供者:yz
  1. FPGA-rs232(verilog)-2

    0下载:
  2. FPGA rs232串口收发程序,3个程序任意选择,全部可用-FPGA rs232 serial transceiver procedures, three procedures arbitrarily selected, all available
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:100682
    • 提供者:xy
  1. fpga-verilog-my_uart

    0下载:
  2. FPGA串口通信,另一种方法,总共用了三种方法,请点击用户名查看,总有你满意的-FPGA Serial communication
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-03
    • 文件大小:514711
    • 提供者:595400
  1. uartip

    0下载:
  2. fpga verilog 串口 波特率可调-fpga verilog
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:4067
    • 提供者:建邺区
  1. uart-verilog

    0下载:
  2. 经典rs232串口Verilog源代码,晶振可随意根据具体情况更改,代码风格非常清晰,明了!-Classic rs232 serial Verilog source code, the crystal can be altered depending on the circumstances, the code style is very clear, clear!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1545
    • 提供者:田勇
  1. Uart-Verilog

    1下载:
  2. verilog实现串口通讯,包括verilog代码和testbench代码-verilog serial communication, including the verilog code and testbench Code
  3. 所属分类:Com Port

    • 发布日期:2017-05-03
    • 文件大小:791940
    • 提供者:代工
  1. UART

    0下载:
  2. verilog IO模拟串口,用IO模拟uart进行串口通讯,无需硬件串口(Verilog io analog serial port, using io simulation UART serial communication, no hardware serial port)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-20
    • 文件大小:1276928
    • 提供者:yt14212
« 1 2 3 4 5 6 78 9 10 11 12 ... 29 »
搜珍网 www.dssz.com