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

搜索资源列表

  1. RS232

    1下载:
  2. FPGA实现RS-232串口收发的Verilog程序,已经调通。
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2180
    • 提供者:鲁东旭
  1. FPGA

    0下载:
  2. 用verilog实现的串口收发数据程序,已经调试通过
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2384837
    • 提供者:张西贝
  1. uart

    0下载:
  2. Verilog实现串口收发数据,包括整个quartus工程-Verilog serial port to send and receive data, including the whole quartus project
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:561290
    • 提供者:王伟
  1. UART_receiver

    0下载:
  2. 通用串口收发器的移位寄存器 是verilog hDl编写-uart_reg
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:3305
    • 提供者:杨立海
  1. series_port

    0下载:
  2. 用verilog语言编写的串口收发程序,可以进行429总线数据与rs232口的通信。-With verilog program written in serial transceivers, can be 429 bus data and rs232 mouth communication.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:4965
    • 提供者:小刘
  1. hdl

    0下载:
  2. ACTEL串口收发 Verilog语言描述-ACTEL serial port transceiver
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2708
    • 提供者:gouyouwen
  1. rt

    0下载:
  2. 用Verilog编写的串口收发程序,通过参数调整,就可以设定/更改波特率,收发数据长度,已调试。-Serial transceivers with Verilog program, prepared by adjusting parameters, you can set/change the baud rate, send and receive data length, is debugging.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:401559
    • 提供者:大海
  1. uartverilog

    0下载:
  2. 用verilog语言编写uart程序。模拟串口时序进行收发数据操作。-verilog uart
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:313096
    • 提供者:一贯故
  1. FPGA_UART

    0下载:
  2. 用Verilog语言实现的FPGA UART独立收发模块 思路简单,代码简洁。在Lattice LFE3EA VERSA开发板上验证通过,编译器Lattice Diamond. 功能:串口收到数据后立即回传,此后每一秒串口数据+1再发送。-Using Verilog language independent of FPGA UART transceiver idea is simple, concise code. Development board in Lattice LFE3EA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:2838
    • 提供者:朱强光
  1. uartverilog

    0下载:
  2. 该程序是Verilog写的串口收发程序,具有基本的收发功能,经过验证,能使初学者很好了解rs232,和Verilog-The program is written in Verilog serial transceiver program, with the basic send and receive functions, proven, good for beginners can understand rs232, and Verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:39412
    • 提供者:徐飞
  1. EP3C

    0下载:
  2. 利用Verilog编写的串口收发程序,波特率可调,经测试完全可以应用。-Use of serial transceiver in Verilog program, the baud rate is adjustable, can be applied by the test completely.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:1411952
    • 提供者:lobee
  1. RS232

    0下载:
  2. verilog语言编写的串口收发器,可实现发送什么接受什么的功能,简单修改即可实现想要的功能-verilog UART
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1704
    • 提供者:liuheshan
  1. uartverilog

    0下载:
  2. 串口收发程序verilog版本,适用于ALTERA的CPLD-Serial transceiver Verilog version, applicable in ALTERA CPLD
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:307932
    • 提供者:刘茜
  1. uart16

    0下载:
  2. verilog hdl语言,16位串口收发程序,波特率96-verilog hdl uart 16 9600
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2602
    • 提供者:于力仁
  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. uart

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

    • 发布日期:2017-11-30
    • 文件大小:3091606
    • 提供者:chen
  1. SerialPort_RxTx

    0下载:
  2. verilog 简单易用,占用资源少。 串口收发模块。-verilog .Serial port receive & transmition module
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:874
    • 提供者:尹小朋
  1. verilog_rs232_rx_tx

    0下载:
  2. fpga中verilog实现的rs232串口收发逻辑,基础入门,参考学习串口收发-FPGA in Verilog implementation RS232 serial port transceiver logic, based on entry, refer to the study serial transceiver
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-15
    • 文件大小:6153
    • 提供者:fan
  1. UART发送接收奇偶校验

    1下载:
  2. 状态机,串口收发,以及奇偶校验。 even_parity.v奇偶校验; receive_byte.v字节接收; send_byte.v字节发送(state machine,UART even_parity.v even parity; receive_byte.v receiving byte; send_byte.v sending byte)
  3. 所属分类:串口编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:陈宇晨
  1. sobel

    1下载:
  2. 由Verilog编写在FPGA实现sobel算法应用于图像边缘检测,工程文件可在quartus13.1以上版本打开;工程使用到ram、fifo、pll三种ip核,design文件夹下包含ram、fifo、vga控制以及串口收发和sobel算法模块,sim和doc文件夹下分别包含modelsim的仿真模块和仿真结果;测试时将200*200分辨率的图片用matlab文件夹下的matlab脚本压缩、二值化,再将生成文件中数据用串口发给FPGA,边缘检测结果会通过VGA输出。(Written by Ve
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-07-14
    • 文件大小:10222592
    • 提供者:丶大娱乐家
« 1 23 4 »
搜珍网 www.dssz.com