From 791bafd09a30a041a0c6f65dbf395cc4e567911f Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Tue, 8 Jun 2021 19:42:05 -0500 Subject: fpga: lib: Update register comments in eth_regs.vh --- fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'fpga/usrp3/lib/rfnoc/xport_sv') diff --git a/fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh b/fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh index 96e9ce53f..4a8a50046 100644 --- a/fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh +++ b/fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh @@ -12,10 +12,14 @@ // REG_AWIDTH - How wide the register window is in bits // BASE - Base address added to the offsets here // REGISTER OFFSETS -// Allocate one full page for MAC + +// Allocate one full page for MAC starting ox 0x0000 +// This is the location of MAC address in XGE. +// It is shadowed in the ethifc. localparam [REG_AWIDTH-1:0] REG_MAC_LSB = BASE + 'h0000; localparam [REG_AWIDTH-1:0] REG_MAC_MSB = BASE + 'h0004; +// UIO Registers // Source IP address localparam [REG_AWIDTH-1:0] REG_IP = BASE + 'h1000; // Source UDP Port -- cgit v1.2.3