aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh
diff options
context:
space:
mode:
authorJavier Valenzuela <javier.valenzuela@ni.com>2022-03-02 13:44:35 -0600
committerWade Fife <wade.fife@ettus.com>2022-03-04 09:41:24 -0600
commit1d7d1226e7576bfad484109afd3aad4e78af111b (patch)
treefa80590c2550029cbd2f82fb12c662b0be1df263 /fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh
parentadb352a2ad81d7c6d70ec5880a787b6bab7d19ba (diff)
downloaduhd-1d7d1226e7576bfad484109afd3aad4e78af111b.tar.gz
uhd-1d7d1226e7576bfad484109afd3aad4e78af111b.tar.bz2
uhd-1d7d1226e7576bfad484109afd3aad4e78af111b.zip
fpga: x400: Add SPI Controller Info register
Include a register that contains SPI controller information. Currently, it only provides the number of slaves addressable by the SPI engine.
Diffstat (limited to 'fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh')
-rw-r--r--fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh b/fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh
index 8928f06f3..84a5dd7b6 100644
--- a/fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh
+++ b/fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh
@@ -82,10 +82,10 @@
localparam FPGA_CURRENT_VERSION_BUILD = 'h0; // FPGA_VERSION:FPGA_CURRENT_VERSION_BUILD
localparam FPGA_OLDEST_COMPATIBLE_VERSION_MINOR = 'h0; // FPGA_VERSION:FPGA_OLDEST_COMPATIBLE_VERSION_MINOR
localparam FPGA_OLDEST_COMPATIBLE_VERSION_BUILD = 'h0; // FPGA_VERSION:FPGA_OLDEST_COMPATIBLE_VERSION_BUILD
- localparam FPGA_CURRENT_VERSION_MINOR = 'h6; // FPGA_VERSION:FPGA_CURRENT_VERSION_MINOR
localparam FPGA_CURRENT_VERSION_MAJOR = 'h7; // FPGA_VERSION:FPGA_CURRENT_VERSION_MAJOR
+ localparam FPGA_CURRENT_VERSION_MINOR = 'h7; // FPGA_VERSION:FPGA_CURRENT_VERSION_MINOR
localparam FPGA_OLDEST_COMPATIBLE_VERSION_MAJOR = 'h7; // FPGA_VERSION:FPGA_OLDEST_COMPATIBLE_VERSION_MAJOR
- localparam FPGA_VERSION_LAST_MODIFIED_TIME = 'h22022411; // FPGA_VERSION:FPGA_VERSION_LAST_MODIFIED_TIME
+ localparam FPGA_VERSION_LAST_MODIFIED_TIME = 'h22030212; // FPGA_VERSION:FPGA_VERSION_LAST_MODIFIED_TIME
// Enumerated type RF_CORE_100M_VERSION
localparam RF_CORE_100M_VERSION_SIZE = 7;