diff options
author | Matt Ettus <matt@ettus.com> | 2010-02-22 12:30:22 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-02-22 12:30:22 -0800 |
commit | 2e4d962021334109b268c9080e5a5903b99be217 (patch) | |
tree | e9196d30450a0c2dc5fa0485a9c597c26f160441 /usrp2/top/u1e/Makefile | |
parent | bc3c1fb34afba5fb4358f1b7eaaf3832360cc375 (diff) | |
download | uhd-2e4d962021334109b268c9080e5a5903b99be217.tar.gz uhd-2e4d962021334109b268c9080e5a5903b99be217.tar.bz2 uhd-2e4d962021334109b268c9080e5a5903b99be217.zip |
GPIOs now on the wishbone interface
Diffstat (limited to 'usrp2/top/u1e/Makefile')
-rw-r--r-- | usrp2/top/u1e/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile index cdbdf995e..9381789a7 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -64,7 +64,7 @@ control_lib/gray_send.v \ control_lib/icache.v \ control_lib/mux4.v \ control_lib/mux8.v \ -control_lib/nsgpio.v \ +control_lib/nsgpio16LE.v \ control_lib/ram_2port.v \ control_lib/ram_harv_cache.v \ control_lib/ram_loader.v \ |