aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/x400/x4xx_gpio_atr.v
diff options
context:
space:
mode:
authorJavier Valenzuela <javier.valenzuela@ni.com>2021-09-29 10:04:04 -0500
committerWade Fife <wade.fife@ettus.com>2022-01-25 10:18:47 -0700
commit38c549d1f7672e38773fc6624539cc166285a1df (patch)
treeca5d66868eec499c526aa11e8a616385412dba83 /fpga/usrp3/top/x400/x4xx_gpio_atr.v
parent9335939b9b3ab85cee5908ff3357f9e7819e3366 (diff)
downloaduhd-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/x4xx_gpio_atr.v')
-rw-r--r--fpga/usrp3/top/x400/x4xx_gpio_atr.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga/usrp3/top/x400/x4xx_gpio_atr.v b/fpga/usrp3/top/x400/x4xx_gpio_atr.v
index 98ba881f3..86e1a6afe 100644
--- a/fpga/usrp3/top/x400/x4xx_gpio_atr.v
+++ b/fpga/usrp3/top/x400/x4xx_gpio_atr.v
@@ -312,13 +312,13 @@ endmodule
// <info>
// Controls whether GPIO lines use the TX and RX state of an RF channel
// (Classic ATR) or the daughterboard state the selector for the
-// @.GPIO_ATR_STATE.
+// @.ATR_STATE.
// </info>
// <bitfield name="ATR_OPTION" range="0" initialvalue="0">
// <info>
// Sets the scheme in which RF states in the radio will control GPIO
// lines. 0 = DB state is used. RF states are combined and the
-// GPIO state is driven based on all 16 @.GPIO_ATR_STATE registers.
+// GPIO state is driven based on all 16 @.ATR_STATE registers.
// 1 = Each RF channel has its separate ATR state(Classic ATR).
// Use register @.CLASSIC_ATR_CONFIG to indicate the RF channel
// to which each GPIO line responds to.