基于Cyclone 10LP FPGA设计rgmii以太网回环实验例程Verilog逻辑例程源码quartusg工程文件。module rgmii_udp_loopback_test(
//system clock reset
input clk , //系统时钟输入,50M
input rst_n , //复位信号输入,低有效
//eth receive interface
input eth_rxc , //以太网接收时钟
input [3:0] eth_rxd , //以太网接收数据
input eth_rxdv , //以太网接收数据有效标志
//eth send interface
output eth_gtxc , //以太网发送时钟
output [3:0] eth_txd , //以太网发送数据
output eth_txen , //以太网发送数据有效标志
// mdio
output eth_rst_n , //以太网复位,低有效
inout eth_mdc ,
inout eth_mdio
);
wire [7:0]fi
, 相关下载链接:
https://download.csdn.net/download/GJZGRB/88495169?utm_source=bbsseo