Xilinx FPGA 7系列 GTX/GTH Transceivers (4) Aurora 8b10b 递增数收发验证

第一节:Xilinx FPGA 7系列 GTX/GTH Transceivers (1)–了解了GTX硬件的基础知识
第二节:IBERT GTX --通过Ibert IP测试链路通信
第三节:aurora 8b10b single lane 4byte–学习官方历程

递增数验证

自行编写data_gen和data_check 验证aurora 8b10b SFP 1.25G 收发正确。

Xilinx FPGA 7系列 GTX/GTH Transceivers (4) Aurora 8b10b 递增数收发验证_第1张图片
组包产生0-f
检测包产生0-f

gt0_data_gen.v


`timescale 1ns / 1ps
`define DLY #1

//***********************************Entity Declaration*******************************
module gt0_data_gen

你可能感兴趣的:(FPGA接口开发,fpga开发,gtx,Aurora,8b10b)