summaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-03-26 16:46:39 -0700
committerJosh Blum <josh@joshknows.com>2012-03-26 16:46:39 -0700
commit948727634db7d41d3da184a97b6ef394118b343d (patch)
treecfde3f0986e1f1f4731f22bfba2198763981465c /fpga/usrp2/top
parentc6fd517ad7cb50d6f546536ed7a46f44999f208e (diff)
parent95de4f7343e52fe54a140fdd1462a2087a877a2e (diff)
downloaduhd-948727634db7d41d3da184a97b6ef394118b343d.tar.gz
uhd-948727634db7d41d3da184a97b6ef394118b343d.tar.bz2
uhd-948727634db7d41d3da184a97b6ef394118b343d.zip
Merge branch 'maint'
Diffstat (limited to 'fpga/usrp2/top')
-rw-r--r--fpga/usrp2/top/B100/u1plus_core.v2
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 e335fb8bb..26714b669 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'd0}; //major, minor
+ localparam compat_num = {16'd9, 16'd1}; //major, minor
wire [31:0] reg_test32;