diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2014-08-19 12:09:05 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2014-08-19 12:09:05 -0700 |
commit | d31ffb2ef869b05fc4aeafd6bf588e62dca7ee82 (patch) | |
tree | 2fcd613229f08288fbf92785cd6a1d5359631521 /fpga/usrp3/top/x300/bus_int.v | |
parent | 83249208bdc17603358019be0910d0a74ec41085 (diff) | |
parent | 3347e831f002da769632dfe0c70ea17c2d749a8a (diff) | |
download | uhd-d31ffb2ef869b05fc4aeafd6bf588e62dca7ee82.tar.gz uhd-d31ffb2ef869b05fc4aeafd6bf588e62dca7ee82.tar.bz2 uhd-d31ffb2ef869b05fc4aeafd6bf588e62dca7ee82.zip |
Merge branch 'maint'
Diffstat (limited to 'fpga/usrp3/top/x300/bus_int.v')
-rw-r--r-- | fpga/usrp3/top/x300/bus_int.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/top/x300/bus_int.v b/fpga/usrp3/top/x300/bus_int.v index 416b327bb..38991dad6 100644 --- a/fpga/usrp3/top/x300/bus_int.v +++ b/fpga/usrp3/top/x300/bus_int.v @@ -141,7 +141,7 @@ module bus_int localparam RB_BIST = 8'd128; - localparam COMPAT_MAJOR = 16'h0006; + localparam COMPAT_MAJOR = 16'h0007; localparam COMPAT_MINOR = 16'h0000; wire [31:0] set_data; |