资源说明:In embedded systems, the processor that we choose for our design may not come with built-in peripherals. Therefore, designers will have to implement these devices in hardware keeping in mind that they will need to interface to the processor. In this lab we will design a simplified UART (Universal Asynchronous Reciever Transmitter) in VHDL and download it to the FPGA on the XS40 baord.
Serial communication is often used either to control or to receive data from an embedded microprocessor. Serial communication is a form of I/O in which the bits of a byte begin transferred appear one after the other in a timed sequence on a single wire. Serial communication has become the standard for intercomputer communication. In this lab, we ll try to build a serial link between 8051 and PC using RS232.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
-
- _8259A.zip 8259A是专门为了对8085A和8086/8088进行中断控制而设计的芯片,它是可以用程序控制 ...
- 8253.rar8253计数器接口电路 intel8253是NMOS工艺制成的可编程计数器/定时器,有几种芯片型号 ...
- fj.rar从视频信号中分离出场同步、行同步、场消隐、行消隐等同步信号,用VHDL实现。 ...
- count23.rar一个简单的23计数器,用VHDL实现,可供初学者学习。
- mips.rar在maxplus上实现了一个5级流水线的mips cpu,含cache
- Music.rar应用VHDL编写的基于FPGA的音乐播放程序
- PS2.rar应用VHDL编写的基于FPGA的PS2键盘程序
- KeyBoard.rar应用VHDL编写的基于FPGA的矩阵键盘程序
- LED8.rar应用VHDL编写的基于FPGA的LED数码管操作程序
- DS18B20.rar基于FPGA的应用VHDL编写18b20的程序
-
- VHDL 的实例程序,共44个.rar经典VHDL 的实例程序,共44个!要下载的尽快
- VHDL例程.rar有关VHDL的大量例程,对学习VHDL编程的人具有很大的帮助,不可不看 ...
- NANDflash.rarNAND型闪存接口程序 里面包含了datasheet以及测试程序
- VHDL语言100例详解.rarVHDL语言100例详解。详细讲解了用VHDL语言进行数字电路和数字系统设计的知识。用100个 ...
- VHDL的编程实例.rar别人的一些常用的VHDL源代码,希望对各位有用!
- verilog.HDL.examples.rar许多非常有用的 Verilog 实例: ADC, FIFO, ADDER, MULTIPLIER 等
- FPGA_27eg.rarFPGA很有价值的27实例.rar 包括 LED控制VHDL程序与仿真 2004.8修改.doc; LED控制VHDL ...
- quartus II中文用户教程(英文版的完全翻译).rarquartus II中文用户教程(英文版的完全翻译),和一切爱好可编程器件的同仁共勉之 ...
- codeofvhdl2006.rar【经典设计】VHDL源代码下载~~ 其中经典的设计有:【自动售货机】、【电子钟】、【 ...
- USB驱动程序编程.zip基本的usb驱动程序的编程方法,值得一看.