dev/ethernet #4

Merged
baulin.fa merged 21 commits from dev/ethernet into master 2026-04-14 15:42:09 +03:00
38 changed files with 10592 additions and 0 deletions
Showing only changes of commit 8907fea8a4 - Show all commits

View File

@ -18,7 +18,7 @@ module axis_mac
(* MARK_DEBUG="true" *)output reg m_axis_rx_tvalid,
(* MARK_DEBUG="true" *)input wire m_axis_rx_tready,
(* MARK_DEBUG="true" *)output reg m_axis_rx_tlast,
(* MARK_DEBUG="true" *)output [15:0] udp_rec_data_length,
(* MARK_DEBUG="true" *)output wire [15:0] udp_rec_data_length,
// tx part
(* MARK_DEBUG="true" *)input wire send_req,
@ -81,7 +81,7 @@ module axis_mac
// RX signals
reg [10:0] udp_rec_ram_read_addr;
wire [7:0] udp_rec_ram_rdata;
wire [15:0] udp_rec_data_length;
wire udp_rec_data_valid;
mac_top mac_top0 (