diff options
author | Josh Blum <josh@joshknows.com> | 2011-08-29 11:36:53 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-08-29 11:40:44 -0700 |
commit | 4f04b93d23015a56b2a2d4e87541b24de36c9018 (patch) | |
tree | 944af5952d4ea13b00b25fa1dd56afd4a11e4d9a /usrp2/gpmc/Makefile.srcs | |
parent | c45e80ca4733b364d17c63f5eef137d5f8c78778 (diff) | |
download | uhd-4f04b93d23015a56b2a2d4e87541b24de36c9018.tar.gz uhd-4f04b93d23015a56b2a2d4e87541b24de36c9018.tar.bz2 uhd-4f04b93d23015a56b2a2d4e87541b24de36c9018.zip |
e100: squashed work on bus implementation on GPMC
Diffstat (limited to 'usrp2/gpmc/Makefile.srcs')
-rw-r--r-- | usrp2/gpmc/Makefile.srcs | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/usrp2/gpmc/Makefile.srcs b/usrp2/gpmc/Makefile.srcs index bff6ae3e0..4c6a1b4a2 100644 --- a/usrp2/gpmc/Makefile.srcs +++ b/usrp2/gpmc/Makefile.srcs @@ -1,20 +1,14 @@ # -# Copyright 2010 Ettus Research LLC +# Copyright 2010-2011 Ettus Research LLC # ################################################## -# SERDES Sources +# GPMC Sources ################################################## GPMC_SRCS = $(abspath $(addprefix $(BASE_DIR)/../gpmc/, \ -dbsm.v \ -edge_sync.v \ -fifo_to_gpmc_async.v \ -fifo_to_gpmc_sync.v \ -fifo_watcher.v \ -gpmc_async.v \ -gpmc_sync.v \ -gpmc_to_fifo_async.v \ -gpmc_to_fifo_sync.v \ +cross_clock_reader.v \ +fifo_to_gpmc.v \ +gpmc.v \ +gpmc_to_fifo.v \ gpmc_wb.v \ -ram_to_fifo.v \ )) |