diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-09 18:25:35 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-09 18:25:35 -0700 |
commit | fb704918b285a7d039cda27daf35f628442a7dca (patch) | |
tree | 608651bfca458d090ced2f2f21b9e35835c54c48 /usrp2/top/u2plus/Makefile | |
parent | 4e34bcbe9608b4adc81c33c6151af104cfe3e613 (diff) | |
download | uhd-fb704918b285a7d039cda27daf35f628442a7dca.tar.gz uhd-fb704918b285a7d039cda27daf35f628442a7dca.tar.bz2 uhd-fb704918b285a7d039cda27daf35f628442a7dca.zip |
actually generates an image
Diffstat (limited to 'usrp2/top/u2plus/Makefile')
-rw-r--r-- | usrp2/top/u2plus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp2/top/u2plus/Makefile b/usrp2/top/u2plus/Makefile index 29928e03e..777a03662 100644 --- a/usrp2/top/u2plus/Makefile +++ b/usrp2/top/u2plus/Makefile @@ -29,7 +29,7 @@ ISE_HELPER := ../tcl/ise_helper.tcl ################################################## # Project Setup ################################################## -BUILD_DIR := build/ +BUILD_DIR := build$(ISE)/ export TOP_MODULE := u2plus export PROJ_FILE := $(BUILD_DIR)$(TOP_MODULE).ise @@ -172,7 +172,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 \ @@ -196,7 +196,7 @@ timing/time_sender.v \ timing/time_sync.v \ timing/timer.v \ timing/simple_timer.v \ -top/u2_core/u2_core.v \ +top/u2plus/u2plus_core.v \ top/u2plus/capture_ddrlvds.v \ top/u2plus/u2plus.ucf \ top/u2plus/u2plus.v |