summaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/usrp2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-23 18:09:51 -0800
committerJosh Blum <josh@joshknows.com>2010-12-11 18:43:10 -0800
commit07de916b7646c78d4ad5ba9104d52343e993d198 (patch)
tree405a679edfadec9d98103e8c2d5b9bb531841096 /firmware/microblaze/usrp2
parent95499e2e132b1c619704b6fbc452e661633b3233 (diff)
downloaduhd-07de916b7646c78d4ad5ba9104d52343e993d198.tar.gz
uhd-07de916b7646c78d4ad5ba9104d52343e993d198.tar.bz2
uhd-07de916b7646c78d4ad5ba9104d52343e993d198.zip
packet_router: added sregs for ip addr and ports
the pkt control now programs the inspector with port and ip addr set the eth mac to pass all unicast added easy debug flag to net common
Diffstat (limited to 'firmware/microblaze/usrp2')
-rw-r--r--firmware/microblaze/usrp2/memory_map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/microblaze/usrp2/memory_map.h b/firmware/microblaze/usrp2/memory_map.h
index 2b07ff148..25c800893 100644
--- a/firmware/microblaze/usrp2/memory_map.h
+++ b/firmware/microblaze/usrp2/memory_map.h
@@ -247,6 +247,8 @@ hwconfig_wishbone_divisor(void)
typedef struct {
volatile uint32_t ctrl;
+ volatile uint32_t ip_addr;
+ volatile uint32_t udp_ports; //dsp0 (low 16) dsp1 (high 16)
} buffer_pool_ctrl_t;
#define buffer_pool_ctrl ((buffer_pool_ctrl_t *) BUFFER_POOL_CTRL_BASE)