summaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/E1x0
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-05-10 20:44:46 -0700
committerJosh Blum <josh@joshknows.com>2012-05-10 20:44:46 -0700
commit0dafd2d7d240ac4397b80198ec455ca4cfcc9425 (patch)
treecfc5823b9e9b5e4c3ba23b728f1a0dab21801e2d /fpga/usrp2/top/E1x0
parenta6845bd0dd8cf34f0e62d7484267e7c581815af0 (diff)
parentdb1d63ecaa76f4975b79499119419b5baff10a99 (diff)
downloaduhd-0dafd2d7d240ac4397b80198ec455ca4cfcc9425.tar.gz
uhd-0dafd2d7d240ac4397b80198ec455ca4cfcc9425.tar.bz2
uhd-0dafd2d7d240ac4397b80198ec455ca4cfcc9425.zip
Merge branch 'fpga_maint' into maint
Diffstat (limited to 'fpga/usrp2/top/E1x0')
-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 a98e1de34..e3d1656a6 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'd1}; //major, minor
+ localparam compat_num = {16'd9, 16'd2}; //major, minor
wire [31:0] reg_test32;