基于FPGA的HDLC通信模塊的實現
基于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.