diff options
author | Max Köhler <max.koehler@ni.com> | 2020-11-24 16:08:48 +0100 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2020-12-03 09:02:17 -0600 |
commit | de3b48e89f2f9711b4b97c080d5c35baba45f573 (patch) | |
tree | 731ed3f9470f60689f090c71e0ce98b2bce08f18 /fpga/usrp3/lib/control/Makefile.srcs | |
parent | 2ea04bf544cf30220bff8b5bbaafa81a9db41183 (diff) | |
download | uhd-de3b48e89f2f9711b4b97c080d5c35baba45f573.tar.gz uhd-de3b48e89f2f9711b4b97c080d5c35baba45f573.tar.bz2 uhd-de3b48e89f2f9711b4b97c080d5c35baba45f573.zip |
fpga: lib: add glitch free mux module
Diffstat (limited to 'fpga/usrp3/lib/control/Makefile.srcs')
-rw-r--r-- | fpga/usrp3/lib/control/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/control/Makefile.srcs b/fpga/usrp3/lib/control/Makefile.srcs index 7388eb8cb..9a24f44fa 100644 --- a/fpga/usrp3/lib/control/Makefile.srcs +++ b/fpga/usrp3/lib/control/Makefile.srcs @@ -61,4 +61,5 @@ map/axis_muxed_kv_map.v \ axil_ctrlport_master.v\ handshake.v\ ctrlport_to_regport.v \ +glitch_free_mux.v \ )) |