diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-09 17:29:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-09 17:29:56 -0700 |
commit | c402ed8c0c1266f141471189941cdbd24ad4e6ed (patch) | |
tree | 6bbec10a3566b441a7356692465db0ce4b269945 /fpga/usrp2/top/B100 | |
parent | bd3eeb5149efe5f9ca3e5b83b46cdb37f279d3d5 (diff) | |
parent | 1e143bddd2a246ca6ffae6fb54aa416b35293078 (diff) | |
download | uhd-c402ed8c0c1266f141471189941cdbd24ad4e6ed.tar.gz uhd-c402ed8c0c1266f141471189941cdbd24ad4e6ed.tar.bz2 uhd-c402ed8c0c1266f141471189941cdbd24ad4e6ed.zip |
Merge branch 'maint'
Diffstat (limited to 'fpga/usrp2/top/B100')
-rw-r--r-- | fpga/usrp2/top/B100/u1plus_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp2/top/B100/u1plus_core.v b/fpga/usrp2/top/B100/u1plus_core.v index 09b7e11f1..c1d6767d1 100644 --- a/fpga/usrp2/top/B100/u1plus_core.v +++ b/fpga/usrp2/top/B100/u1plus_core.v @@ -413,7 +413,7 @@ module u1plus_core // Readback mux 32 -- Slave #7 //compatibility number -> increment when the fpga has been sufficiently altered - localparam compat_num = {16'd9, 16'd2}; //major, minor + localparam compat_num = {16'd9, 16'd3}; //major, minor wire [31:0] reg_test32; |