diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-01 18:56:44 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-01 18:56:44 -0700 |
commit | d2163a256d55692c19b0a717e382850a6546f80f (patch) | |
tree | 2af496c2082f69c5620c761bc3ecb0aff64f014b /usrp2/top/u1e/Makefile | |
parent | aef34710a38bfe3e54c1a577b934a32be14becc1 (diff) | |
download | uhd-d2163a256d55692c19b0a717e382850a6546f80f.tar.gz uhd-d2163a256d55692c19b0a717e382850a6546f80f.tar.bz2 uhd-d2163a256d55692c19b0a717e382850a6546f80f.zip |
use same version as usrp2-udp, so regs are same place in memory map
Diffstat (limited to 'usrp2/top/u1e/Makefile')
-rw-r--r-- | usrp2/top/u1e/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile index 7f5085275..edfc47c53 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -160,7 +160,7 @@ sdr_lib/clip_reg.v \ sdr_lib/cordic.v \ sdr_lib/cordic_z24.v \ sdr_lib/cordic_stage.v \ -sdr_lib/dsp_core_rx.v \ +sdr_lib/dsp_core_rx_udp.v \ sdr_lib/dsp_core_tx.v \ sdr_lib/hb_dec.v \ sdr_lib/hb_interp.v \ |