diff options
| author | Matt Ettus <matt@ettus.com> | 2010-05-27 21:02:53 -0700 | 
|---|---|---|
| committer | Matt Ettus <matt@ettus.com> | 2010-05-27 21:02:53 -0700 | 
| commit | d488c6b2cc40221d395f053891c1c89c1305fae5 (patch) | |
| tree | 439776e1707cea562249800893be53ad354a7055 | |
| parent | 1ee094eeef57295e5e2e5727c4a01a31aaf30cb3 (diff) | |
| download | uhd-d488c6b2cc40221d395f053891c1c89c1305fae5.tar.gz uhd-d488c6b2cc40221d395f053891c1c89c1305fae5.tar.bz2 uhd-d488c6b2cc40221d395f053891c1c89c1305fae5.zip | |
non-udp uses a different address for the tx dsp core
| -rwxr-xr-x | usrp2/top/u2_core/u2_core.v | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usrp2/top/u2_core/u2_core.v b/usrp2/top/u2_core/u2_core.v index 937b5343c..c2e1bab63 100755 --- a/usrp2/top/u2_core/u2_core.v +++ b/usrp2/top/u2_core/u2_core.v @@ -142,7 +142,7 @@ module u2_core     localparam SR_RX_CTRL  = 176;  // 16     localparam SR_TIME64   = 192;  //  3     localparam SR_SIMTIMER = 198;  //  2 -   localparam SR_TX_DSP   = 208;  // 16 +   localparam SR_TX_DSP   = 128;  // 16     localparam SR_TX_CTRL  = 224;  // 16     // FIFO Sizes, 9 = 512 lines, 10 = 1024, 11 = 2048 | 
