summaryrefslogtreecommitdiffstats
path: root/usrp2/top/E1x0/Makefile.E110
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-07-02 13:24:13 -0700
committerJosh Blum <josh@joshknows.com>2012-07-16 20:37:02 -0700
commit0ff64ba45e9d26359297242504d0c06e47a36a38 (patch)
tree557ba78ea5385dd817969f10bf7b7480de74e77f /usrp2/top/E1x0/Makefile.E110
parent3e87c6ba2f4de72926cefa6aa833cb0f2191f053 (diff)
downloaduhd-0ff64ba45e9d26359297242504d0c06e47a36a38.tar.gz
uhd-0ff64ba45e9d26359297242504d0c06e47a36a38.tar.bz2
uhd-0ff64ba45e9d26359297242504d0c06e47a36a38.zip
E100: squash E100/E110 top level work
Implements timed commands and FIFO control. Uses control and data FIFOs for GPMC. Uses the common core for E100/B100.
Diffstat (limited to 'usrp2/top/E1x0/Makefile.E110')
-rw-r--r--usrp2/top/E1x0/Makefile.E1106
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp2/top/E1x0/Makefile.E110 b/usrp2/top/E1x0/Makefile.E110
index 89e51b523..8de0714c3 100644
--- a/usrp2/top/E1x0/Makefile.E110
+++ b/usrp2/top/E1x0/Makefile.E110
@@ -48,9 +48,9 @@ simulator "ISE Simulator (VHDL/Verilog)" \
# Sources
##################################################
TOP_SRCS = \
-u1e_core.v \
-u1e.v \
-u1e.ucf \
+../B100/u1plus_core.v \
+E100.v \
+E100.ucf \
timing.ucf
SOURCES = $(abspath $(TOP_SRCS)) $(FIFO_SRCS) \