diff options
author | Matt Ettus <matt@ettus.com> | 2010-02-16 18:47:22 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-02-16 18:47:22 -0800 |
commit | b115e4d7661d64c6d20f0421908622b56a91e950 (patch) | |
tree | b684f1b1266640ab146bdb399c8e82ca3769a329 /usrp2/top/u1e/Makefile | |
parent | c1ddc5c082c053eaa46c8bc87064d3e3e56b0d9e (diff) | |
download | uhd-b115e4d7661d64c6d20f0421908622b56a91e950.tar.gz uhd-b115e4d7661d64c6d20f0421908622b56a91e950.tar.bz2 uhd-b115e4d7661d64c6d20f0421908622b56a91e950.zip |
first cut at gpmc <-> wb bridge, split u1e into core, top, and tb
Diffstat (limited to 'usrp2/top/u1e/Makefile')
-rw-r--r-- | usrp2/top/u1e/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile index e9c101226..cdbdf995e 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -174,7 +174,8 @@ timing/time_receiver.v \ timing/time_sender.v \ timing/time_sync.v \ timing/timer.v \ -top/u2_core/u2_core.v \ +gpmc/gpmc.v \ +top/u1e/u1e_core.v \ top/u1e/u1e.ucf \ top/u1e/u1e.v |