aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/x400/regmap
diff options
context:
space:
mode:
authorJavier Valenzuela <javier.valenzuela@ni.com>2022-02-16 22:06:33 -0600
committerWade Fife <wade.fife@ettus.com>2022-03-04 09:41:24 -0600
commitadb352a2ad81d7c6d70ec5880a787b6bab7d19ba (patch)
tree83e1362eb58567246d150ff6ebbd99ebf66c3627 /fpga/usrp3/top/x400/regmap
parentad054cd3ef9276296818070e35ff83a48d9ca023 (diff)
downloaduhd-adb352a2ad81d7c6d70ec5880a787b6bab7d19ba.tar.gz
uhd-adb352a2ad81d7c6d70ec5880a787b6bab7d19ba.tar.bz2
uhd-adb352a2ad81d7c6d70ec5880a787b6bab7d19ba.zip
fpga: x400: Adjust SPI engine strobes alignment
Modify behavior of clock crossing between radio_clk and radio_clk_2x. This ensures strobe signals are always asserted for a single radio_clk_2x cycle and when radio_clk is low.
Diffstat (limited to 'fpga/usrp3/top/x400/regmap')
-rw-r--r--fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh2
1 files changed, 1 insertions, 1 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 9d9eb397e..8928f06f3 100644
--- a/fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh
+++ b/fpga/usrp3/top/x400/regmap/versioning_regs_regmap_utils.vh
@@ -85,7 +85,7 @@
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_OLDEST_COMPATIBLE_VERSION_MAJOR = 'h7; // FPGA_VERSION:FPGA_OLDEST_COMPATIBLE_VERSION_MAJOR
- localparam FPGA_VERSION_LAST_MODIFIED_TIME = 'h22012612; // FPGA_VERSION:FPGA_VERSION_LAST_MODIFIED_TIME
+ localparam FPGA_VERSION_LAST_MODIFIED_TIME = 'h22022411; // FPGA_VERSION:FPGA_VERSION_LAST_MODIFIED_TIME
// Enumerated type RF_CORE_100M_VERSION
localparam RF_CORE_100M_VERSION_SIZE = 7;