搜索资源列表
ps2
- PS/2通讯协议是一种双向同步串行通讯协议。通讯的两端通过Clock(时钟脚)同步,并通过Data(数据脚)交换数据。任何一方如果想抑制另外一方通讯时,只需要把Clock(时钟脚)拉到低电平。一般两设备间传输数据的最大时钟频率是33kHz,大多数PS/2设备工作在10~20kHz。推荐值在15kHz左右,也就是说,Clock(时钟脚)高、低电平的持续时间都为40μs。每一数据帧包含11~12个位。
chuankou_data_send
- 这是FPGA系统的一个简单的与上位机串行通讯的的小程序,MAXPLUS2编写
16550
- UART16550兼容的串行通讯控制器,Verilog语言描述,采用Altera Cyclone系列芯片实现FPGA综合,因为FIFO部分利用到内部资源实现。已经在某项目中成功应用,特此推出。
verilog 的串行通讯
- 已编译通过,很使用哦
VHDL-SPI-Module.doc
- 本spi参数化通讯模块是一个支持SPI串行通信协议从协议的SPI从接口。可通过改变参数设置传输的位数,由外部控制器给定脉冲控制传输。-The parameters of spi communication module is a support SPI serial communication protocol from the agreement from the SPI interface. By changing the parameter settings can be transmit
uart_regs
- 串行通讯ip核,经过仿真验证,综合,可以参考使用-Serial communication ip nuclear, through simulation, synthesis, can refer to the use of
uart_regs
- UART串行通讯FPGA实现,新手上道请多多指教-FPGA realization of UART serial communication, and newcomers on the Road, please advice
oc_i2c_master
- I 2 C 是两线双向的串行接口,非常适合芯片级的通讯。由于 SOPC Builder并未提供 I 2 C 内核, 本节所描述的 I 2 C 内核是 Richard Herveille 制作的并发布到网上去的免费核。 关于 I 2 C 核的使用方法,请见光盘中 oc_i2c_master文件夹下的使用说明.txt。 -I 2 C is a 2-line bidirectional serial interface, very suitable for ch
usefulUART
- UART是广泛使用的串行数据通讯电路。本设计包含UART发送器、接收器和波特率发生器。设计应用EDA技术,基于FPGA器件设计与实现UART。 -UART is a widely used serial data communication circuits. This design includes UART transmitter, receiver and baud rate generator. Design and Application of EDA technology, ba
RS422_receiver
- UART--异步串行通讯 接收逻辑 (Verilog)16倍时钟接收-verilog--A UART Receiver 16 clock
UARTVHDL
- UART是广泛使用的串行数据通讯电路。本设计包含UART发送器、接收器和波特率发生器。设计应用EDA技术,基于FPGA/CPLD器件设计与实现UART。-UART is a widely used serial data communication circuit. The design includes UART transmitter, receiver and baud rate generator. Application of EDA design technology based o
Exp5_UART
- 用VHDL在SOPC试验箱中实现异步串行通讯转换,用VHDL硬件描述语言实现处理器CPU
VHDL-based-design-of-SPI
- 基于VHDL的串行同步通信SPI设计 本设计是用Quartus作为开发环境,以DE2板为硬件平台实现的SPI同步串行通讯。设计过程方便。根据接收和发送两个主要部分实现了SPI的基本功能。此外,该设计还实现了波特率发生器,数码管显示的功能。用DE2板实现具有电路简洁,开发周期短的优点。充分利用了EDA设计的优点。开发过程用了VHDL硬件描述语言进行描述,从底层设计,分模块进行,充分提高了设计者的数字逻辑设计的概念。-VHDL-based SPI serial synchronous comm
Serial
- VHDL语言的串行通讯程序,已调试过了可以下载使用-VHDL language serial communication program, you can download have been used to debug
as_fifo1
- 实现异步FIFO功能,实现串行数据通讯功能,可以用FPGA实现串口扩展-Asynchronous FIFO functions, serial data communication
TLK1501
- tlk1501高速串行器/解串器,广泛应用于通讯系统,视频监控系统,户外LED 显示系统等。-tlk1501 high-speed serializer/deserializer, widely used in communication systems, video surveillance systems, outdoor LED display system.
NIOS_UART
- FPGA QUARTUS 异步串行口通讯模块程序,常用模块。-FPGA QUARTUS sync serial communication routine,uart.
UART(RS232)
- 用VERILOG语言实现的通用异步串行收发器(RS232收发器),波特率可设置,通讯稳定,已成功应用于实际项目。-VERILOG language with universal asynchronous serial transceivers (RS232 transceiver), the baud rate can be set, communication stability, has been successfully applied in actual projects.
ps2
- 用verilog编写的PS/2通讯协议是一种双向同步串行通讯协议。-Verilog prepared with PS/2 protocol is a bidirectional synchronous serial communication protocol.