diff options
author | Matt Ettus <matt@ettus.com> | 2010-01-18 17:56:55 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-01-18 17:56:55 -0800 |
commit | 89045982438e2fee8bd56b28a55c7b1c9a013a04 (patch) | |
tree | cd8d906df74ff8d47db9baed0bfa5abb6f18849e /top/u2_rev3/Makefile | |
parent | 7ebcf79e38fabfbf689f1acc43052e635c6ad08d (diff) | |
download | uhd-89045982438e2fee8bd56b28a55c7b1c9a013a04.tar.gz uhd-89045982438e2fee8bd56b28a55c7b1c9a013a04.tar.bz2 uhd-89045982438e2fee8bd56b28a55c7b1c9a013a04.zip |
remove time_sync and master_timer.
Master timer replaced with simple_timer which needs new memory map and control
functions. it allows onetime and periodic interrupts. Copied from quad_radio
time_sync functionality will go in time_64bit. Right now it only does
external SMA connector, not mimo connector
Diffstat (limited to 'top/u2_rev3/Makefile')
-rw-r--r-- | top/u2_rev3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/top/u2_rev3/Makefile b/top/u2_rev3/Makefile index 1f8bbe304..57d55106f 100644 --- a/top/u2_rev3/Makefile +++ b/top/u2_rev3/Makefile @@ -179,8 +179,7 @@ timing/time_64bit.v \ timing/time_compare.v \ timing/time_receiver.v \ timing/time_sender.v \ -timing/time_sync.v \ -timing/timer.v \ +timing/simple_timer.v \ top/u2_core/u2_core.v \ top/u2_rev3/u2_rev3.ucf \ top/u2_rev3/u2_rev3.v |