搜索资源列表
异步串行口
- 一种基于VHDL语言的实现计算机串行通信的简洁设计
VHDL语言的UART串行接口芯片程序
- VHDL语言的UART串行接口芯片程序
uart.rar
- VHDL语言编写的全功能串口模块(包含DTR,RTS等管脚),在CPLD器件上测试通过,VHDL language, full-featured serial modules (including DTR, RTS pin, etc.), in the CPLD device test
SPI_verilog_vhdl.rar
- SPI串口的内核实现(分别使用verilog和vhdl语言描述的),The core of the realization of SPI serial port (using Verilog and VHDL language descr iption of the)
uart
- 串口通讯 PC发送FPGA接受后回传 verilog语言-uart verilog
uart
- 采用VHDL语言编写的串口驱动程序,已调试通过,能够实现同PC机的数据传输,可读性好,可移植性好-VHDL language using the serial driver has been debugged, to achieve the same PC, the data transmission, readable and portable
UART
- 本人自己编写的FPGA异步串口通信模块(UART),基于QuartusII环境,verilog语言编写,包含仿真和全部程序及说明,验证通过,具有很好的稳定性和参考价值!-I have written of the FPGA asynchronous serial communication module (UART), based on QuartusII the environment, verilog language, including simulation and all the pr
UART
- 语言:verilog语言 功能:通过串口控制模块,实现FPGA与串口 通信。 仿真环境:modelsim 综合环境:quartus -Language: verilog language function: through the serial port control module, FPGA and serial communication. Simulation Environment: modelsim integrated environment: quartu
FPGAuartdebug
- FPGA串口界面调试程序,用VHDL语言实现-FPGA serial debugger interface, using VHDL language implementation
VerilogHDL_code
- 几个常用的接口实验的程序代码,用Verilog HDL语言编写的,包括七段数码管、拨码开关、蜂鸣器、矩阵键盘、串口、I2C、跑马灯等。-Some commonly used experimental procedures for the interface code, using Verilog HDL language, including Seven-Segment LED, DIP switch, buzzer, matrix keyboard, serial, I2C, marquees
serial
- 利用VHDL语言编写的串口程序,可以在Quartus2环境下编译下载-Use the serial language VHDL program can be compiled in an environment Quartus2 Download
VHDL
- 可用于FPGA的用VHDL语言写的关于串口通讯的源代码-FPGA can be used in the VHDL language used on the source code for serial communication
led
- 与串口通讯控制led(使用VHDL硬件描述语言,通过Altera QuartusII 开发)-Serial control and communications led (the use of VHDL hardware descr iption language, through the development of Altera QuartusII)
87361001Uart2
- VHDL语言编写的UART串口通讯,2400Hz的波特率时钟-VHDL language UART serial communication, 2400Hz clock of baud rate
UART2_vhdl
- 这是VHDL语言的uart串口驱动 感觉很难写的 但是这个可以移植的 比较好-This is the VHDL language serial uart driver feel it is very difficult but this can be written by transplantation is better huh
uart
- vhdl语言的串口发送/接收模块,本人用在多个工程,很好用。-vhdl language of the serial transmit/receive module, I used a number of projects, very good use.
uart-(VHDL)
- 利用VHDL语言实现的UART串口通讯,以经过下载验证-the UART program with VHDL as develop language
tt
- QUARTUS环境下的串口实现调试通过可使用(Serial port implementation in QUARTUS environment)
rs232
- 使用VHDL语言在vivado平台上编的串口通信的完整工程,并能用EGO1开发板成功验证(The complete project of serial communication is compiled on the vivado platform using VHDL language, and it can be successfully verified with the EGO1 development board.)
vhdl的串口UART编写
- 该资料是用vhdl语言实现串口UART的编写,程序包括发送模块,接收模块,波特率发生模块和顶层模块。程序无BUG,可以直接使用