aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/x400/regmap/radio_dio_regmap_utils.vh
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/regmap/radio_dio_regmap_utils.vh
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/regmap/radio_dio_regmap_utils.vh')
-rw-r--r--fpga/usrp3/top/x400/regmap/radio_dio_regmap_utils.vh5
1 files changed, 5 insertions, 0 deletions
diff --git a/fpga/usrp3/top/x400/regmap/radio_dio_regmap_utils.vh b/fpga/usrp3/top/x400/regmap/radio_dio_regmap_utils.vh
index 62de3d75e..6916dc79c 100644
--- a/fpga/usrp3/top/x400/regmap/radio_dio_regmap_utils.vh
+++ b/fpga/usrp3/top/x400/regmap/radio_dio_regmap_utils.vh
@@ -13,6 +13,7 @@
// RADIO_GPIO_ATR_REGS : 0x0 (x4xx_core_common.v)
// DIO_SOURCE_CONTROL : 0x1000 (x4xx_core_common.v)
+ // DIGITAL_IFC_REGS : 0x2000 (x4xx_core_common.v)
//===============================================================================
// RegTypes
@@ -29,3 +30,7 @@
// DIO_SOURCE_CONTROL Window (from x4xx_core_common.v)
localparam DIO_SOURCE_CONTROL = 'h1000; // Window Offset
localparam DIO_SOURCE_CONTROL_SIZE = 'h1000; // size in bytes
+
+ // DIGITAL_IFC_REGS Window (from x4xx_core_common.v)
+ localparam DIGITAL_IFC_REGS = 'h2000; // Window Offset
+ localparam DIGITAL_IFC_REGS_SIZE = 'h1000; // size in bytes