summaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/B100
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-04-10 12:02:27 -0700
committerJosh Blum <josh@joshknows.com>2012-04-10 12:02:27 -0700
commit76f794330649b4fed0bff3617b13c9aa648b5382 (patch)
tree280e105505d463762b46a4f192f88b7beced0ee7 /fpga/usrp2/top/B100
parenta1d8b94647b6149ca38282eefac6a5f1e89fad5b (diff)
parent510632d8968eb95d383da4cf2d72184d66da0bee (diff)
downloaduhd-76f794330649b4fed0bff3617b13c9aa648b5382.tar.gz
uhd-76f794330649b4fed0bff3617b13c9aa648b5382.tar.bz2
uhd-76f794330649b4fed0bff3617b13c9aa648b5382.zip
Merge branch 'fpga_next' into next
Diffstat (limited to 'fpga/usrp2/top/B100')
-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 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;