基于FPGA的HDLC通信模块的实现

时间:2020-08-28 16:37:35 信息安全毕业论文 我要投稿

基于FPGA的HDLC通信模块的实现

基于FPGA的HDLC通信模块的实现
摘要:本文设计了一种基于FPGA的HDLC通信模块,并在FPGA上成功实现功能。HDLC(High Level Data Link Control)协议是通信领域中应用最广泛的协议之一,它是面向比特的高级数据链路控制规程,具有差错检测功能强大、高效和同步传输的'特点。
HDLC是面向位的,这意味着数据是一位一位地监控的,传输的数据以二进制数据组成,不存在任何特殊的控制代码,但帧中的信息包含了控制和响应命令。HDLC支持全双工传输,在同一时刻,数据在两个方向上传输,导致了较高的吞吐率。HDLC适合于点对点和多点(多路播送或一对多)连接。HDLC的子集被用来向X.25、ISDN和帧中继网提供信令和控制数据链路.
全部设计采用Verilog HDL语言描述,所有模块设计都通过了验证。FPGA即现场可编程门阵列,可以反复编程,能够兼顾速度和灵活性,并能多路并行处理,实时性能能够预测和仿真。因其设计简单灵活,易于修改,适合中小批量通信产品的设计。在QuartusⅡ5.1实现多路HDLC电路的设计。
关键词:HDLC; 现场可编程门阵列; Verilog HDL语言; 数据通信
The Design of HDLC Communication
Module Based on FPGA
Abstract:This paper designs a HDLC communication module based on FPGA (Field-programmable gate array), and achieves the function successfully. HDLC(HighLevel Data Link Control) protocol is one of the most widely used protocols in communication field. It has powerful mistake checking ability and high efficiency. It is bit-oriented and of synchronization transmission.
HDLC is bit-oriented, it means data is monitored bit by bit. Data transmitted is in the form of binary system, not any control code special. But the information in the frame includes control and response commands.

【基于FPGA的HDLC通信模块的实现】相关文章:

1.基于EDA技术的FPGA设计

2.基于GPRS的无线通信模块的原理及设计论文

3.基于LED的光通信系统的设计与实现论文

4.基于PowerPC+DSP总线通信软件的设计与实现论文

5.基于Vxworks实时操作系统的串口通信程序设计与实现

6.基于FPGA的集成运放参数测试仪

7.基于fpga 的f.i.r 滤波器设计探讨

8.基于ajax实现无刷新分页的方法