diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-09 16:37:46 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-09 16:37:46 -0700 |
commit | 1e143bddd2a246ca6ffae6fb54aa416b35293078 (patch) | |
tree | 6257015af38732f6ecc0837e33b817ea8ff4c5f4 /fpga/usrp2/top/B100 | |
parent | 00c241844a62c22cac538316d507c524acc1c393 (diff) | |
parent | f136b06211dc0fe572d77219b6ce579963d435fe (diff) | |
download | uhd-1e143bddd2a246ca6ffae6fb54aa416b35293078.tar.gz uhd-1e143bddd2a246ca6ffae6fb54aa416b35293078.tar.bz2 uhd-1e143bddd2a246ca6ffae6fb54aa416b35293078.zip |
Merge branch 'fpga_maint' into 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; |