diff options
author | Wade Fife <wade.fife@ettus.com> | 2021-02-13 16:45:43 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-03 11:26:54 -0500 |
commit | 7f36cced81fb05d3cc107a0a0773fcdfc26f8d64 (patch) | |
tree | 44a1759c5432ab746e4d12177a541edc7b3c72be /fpga/usrp3/lib/control/Makefile.srcs | |
parent | f6f43baa0012a24ed5a8cdf49240e0cb4a1f7d04 (diff) | |
download | uhd-7f36cced81fb05d3cc107a0a0773fcdfc26f8d64.tar.gz uhd-7f36cced81fb05d3cc107a0a0773fcdfc26f8d64.tar.bz2 uhd-7f36cced81fb05d3cc107a0a0773fcdfc26f8d64.zip |
fpga: lib: Add 2 to 1 gearbox 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 9a24f44fa..47ea3a53a 100644 --- a/fpga/usrp3/lib/control/Makefile.srcs +++ b/fpga/usrp3/lib/control/Makefile.srcs @@ -23,6 +23,7 @@ binary_encoder.v \ db_control.v \ fe_control.v \ filter_bad_sid.v \ +gearbox_2x1.v \ gpio_atr_io.v \ gpio_atr.v \ gray2bin.v \ |