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

搜索资源列表

  1. fVerrilog_Devr

    0下载:
  2. 朋友,我是Jawen.看到先前上载的一套CPLD开发板的VHDL源码挺受欢迎的,现在就将她的Verilog源码也一并贡献给大家:8位优先编码器,乘法器,多路选择器,二进制转BBCD码,加法器,减法器,简简单易懂状态机,四位比较器,7段数码管,i2c总线,lcd液晶LCD显示出来,拨码开关,串口,蜂鸣器,矩阵键盘,跑马灯,交通灯,数字时钟 可直接使用。 -Friends, I Jawen. See previous upload a CPLD Development Board VHDL so
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:3170695
    • 提供者:qtzx
  1. cpld_ads7844_50M(9-24)

    1下载:
  2. 用ads7844采集数据,用cpld做时序控制,通过串口观察和记录采集结果,用verilog编写,通过开发板验证-Collected data using ads7844 timing control with cpld verilog prepared by the serial observe and record collection results through the development board verification
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:657408
    • 提供者:王军
  1. uartverilog

    0下载:
  2. 基于fpga的verilog写的uart串口通信实验-Based fpga the verilog write uart serial communication experiment
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-21
    • 文件大小:406659
    • 提供者:yeguowu
  1. verilog_uart

    0下载:
  2. verilog实现串口的调试,用串口调试助手验证通过。-verilog serial debugging and validation by serial debugging assistant.
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. 用Verilog HDL编写的串口输入输出程序,可实现数据的传输,在DE2-70上测试通过,有很大的参考价值。-Prepared by the serial input and output using Verilog HDL program can achieve data transmission test by DE2-70, there is a great reference value.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-20
    • 文件大小:22062788
    • 提供者:李桐
  1. shixian_of_UART

    0下载:
  2. 串口控制器的FPGA实现,用Verilog语言编写!-Serial controller FPGA, Verilog language!
  3. 所属分类:VHDL-FPGA-Verilog

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

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

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

    0下载:
  2. 串口通信控制器的Verilog实现。包含4个模块:顶层模块、波特率发生器模块、发送模块和接收模块-The serial communication controller Verilog. Contains four modules: the top-level module, the baud rate generator module, transmitting module and receiver module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-02
    • 文件大小:3396
    • 提供者:王帆淼
  1. ad9850

    2下载:
  2. 介绍了用FPGA控制DDS产生任意频率范围之内的可调制正弦波,13位BPSK,ASK等。控制字由串口写入。-verilog control AD9850 to get psk ask
  3. 所属分类:VHDL编程

    • 发布日期:2013-11-08
    • 文件大小:1415348
    • 提供者:chen
  1. MUX_8

    0下载:
  2. 用verilog实现串口通信程序,通过仿真验证-Serial communication program, is verified by simulation with verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-03
    • 文件大小:94167
    • 提供者:蚩建峰
  1. UART

    0下载:
  2. 用verilog实现串口通信程序,通过仿真验证-Serial communication program, is verified by simulation with verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-02
    • 文件大小:41451
    • 提供者:蚩建峰
  1. ex4

    0下载:
  2. 串口通讯 可选波特率 verilog 源代码-Selectable baud serial communication verilog source code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-03
    • 文件大小:633942
    • 提供者:wangxl
  1. UART_TXD_RXD_Verilog

    0下载:
  2. 开发异步串口FPGA逻辑的说明文档及代码,其中代码用Verilog编写,我就是看这些文档和源码编写了自己的串口程序-uart,txd,rxd ,select baud
  3. 所属分类:Com Port

    • 发布日期:2017-11-10
    • 文件大小:338181
    • 提供者:tony
  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. serial-communication-source-code

    0下载:
  2. 这是一个有关于串口通信的原码,主要是用verilog语言来实现,采用的是模块联合方法。-This is a serial communication source code, verilog language, using the module combination method.
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:21668
    • 提供者:孙良慧
  1. rs232

    0下载:
  2. verilog HDL FPGA串口接受与传输,用于其他电子设备与FPGA之间通过串口进行数据传输-the verilog HDL FPGA serial port receive and transmission, data transmission through the serial port for other electronic equipment and FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-27
    • 文件大小:2331
    • 提供者:王浩骏
  1. UART

    0下载:
  2. verilog语言编写在CPLD上构建一个遵循串口通信规范的程序-verilog language serial procedures
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-04
    • 文件大小:160343
    • 提供者:邹宇汉
  1. FPGA-Uart

    0下载:
  2. fpga串口通讯程序。用Verilog语言编写-fpga serial communication program. Verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-03
    • 文件大小:753591
    • 提供者:飞飞法
  1. UART-DISPLAY

    0下载:
  2. lcd 显示,Verilog语言,串口接收数据,并在LCD中显示,波特率9600,包括主文件,LCD控制文件,波特率发生文件-lcd display Verilog language, serial port to receive data, and the LCD display, baud rate of 9600, including the master file, the LCD control file, the baud rate generator file
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:533297
    • 提供者:jsquare
  1. rs232

    0下载:
  2. 用verilog hdl实现RS232串口通讯-RS232 serial communication with the verilog hdl
  3. 所属分类:VHDL-FPGA-Verilog

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