diff options
author | Javier Valenzuela <javier.valenzuela@ni.com> | 2021-09-29 10:04:04 -0500 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-01-25 10:18:47 -0700 |
commit | 38c549d1f7672e38773fc6624539cc166285a1df (patch) | |
tree | ca5d66868eec499c526aa11e8a616385412dba83 /fpga/usrp3/top/x400/Makefile.x4xx.inc | |
parent | 9335939b9b3ab85cee5908ff3357f9e7819e3366 (diff) | |
download | uhd-38c549d1f7672e38773fc6624539cc166285a1df.tar.gz uhd-38c549d1f7672e38773fc6624539cc166285a1df.tar.bz2 uhd-38c549d1f7672e38773fc6624539cc166285a1df.zip |
fpga: x400: Add SPI bus support for GPIO ports
Diffstat (limited to 'fpga/usrp3/top/x400/Makefile.x4xx.inc')
-rw-r--r-- | fpga/usrp3/top/x400/Makefile.x4xx.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga/usrp3/top/x400/Makefile.x4xx.inc b/fpga/usrp3/top/x400/Makefile.x4xx.inc index 2c6de75ec..fa6208088 100644 --- a/fpga/usrp3/top/x400/Makefile.x4xx.inc +++ b/fpga/usrp3/top/x400/Makefile.x4xx.inc @@ -74,6 +74,7 @@ x4xx_global_regs.v \ x4xx_versioning_regs.v \ x4xx_dio.v \ x4xx_gpio_atr.v \ +x4xx_gpio_spi.v \ rf/100m/rf_core_100m.v \ rf/200m/rf_core_200m.v \ rf/200m/rf_down_4to2.v \ |