diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-27 13:20:34 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-27 13:20:34 -0800 |
commit | bcda4624deb5a81ba2ad338157c44855dab56397 (patch) | |
tree | 83a1157f7715dd05e426d9ab2d954d5f7cec0916 /usrp2/control_lib/Makefile.srcs | |
parent | e633f884d728c24e6f5749d5821b9c62ec8fd17e (diff) | |
download | uhd-bcda4624deb5a81ba2ad338157c44855dab56397.tar.gz uhd-bcda4624deb5a81ba2ad338157c44855dab56397.tar.bz2 uhd-bcda4624deb5a81ba2ad338157c44855dab56397.zip |
dsp rework: implemented dsp changes for other top levels
added user registers into each toplevel (not used yet)
Diffstat (limited to 'usrp2/control_lib/Makefile.srcs')
-rw-r--r-- | usrp2/control_lib/Makefile.srcs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp2/control_lib/Makefile.srcs b/usrp2/control_lib/Makefile.srcs index 567feacde..6ee7ea262 100644 --- a/usrp2/control_lib/Makefile.srcs +++ b/usrp2/control_lib/Makefile.srcs @@ -1,5 +1,5 @@ # -# Copyright 2010 Ettus Research LLC +# Copyright 2010-2012 Ettus Research LLC # ################################################## @@ -54,4 +54,5 @@ settings_bus_16LE.v \ atr_controller16.v \ fifo_to_wb.v \ gpio_atr.v \ +user_settings.v \ )) |