aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-07-16 18:50:20 -0700
committerJosh Blum <josh@joshknows.com>2012-07-16 18:50:20 -0700
commitef76fe720411186d6b6faa246a1beb5db69ce07b (patch)
treef5f93c678fb8b1cd82c61887af3e2ee13fe9c7ef /fpga/usrp2/top
parentaf6ad0d8ae9235b261799e4384ffc7fc59c4319c (diff)
parent38ec062b628e39397999d86fb3a68438aa586d5a (diff)
downloaduhd-ef76fe720411186d6b6faa246a1beb5db69ce07b.tar.gz
uhd-ef76fe720411186d6b6faa246a1beb5db69ce07b.tar.bz2
uhd-ef76fe720411186d6b6faa246a1beb5db69ce07b.zip
Merge branch 'fpga_maint' into maint
Diffstat (limited to 'fpga/usrp2/top')
-rw-r--r--fpga/usrp2/top/E1x0/u1e_core.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp2/top/E1x0/u1e_core.v b/fpga/usrp2/top/E1x0/u1e_core.v
index e3d1656a6..bd19d6076 100644
--- a/fpga/usrp2/top/E1x0/u1e_core.v
+++ b/fpga/usrp2/top/E1x0/u1e_core.v
@@ -454,7 +454,7 @@ module u1e_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;