diff options
author | Josh Blum <josh@joshknows.com> | 2012-07-16 18:50:20 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-07-16 18:50:20 -0700 |
commit | ef76fe720411186d6b6faa246a1beb5db69ce07b (patch) | |
tree | f5f93c678fb8b1cd82c61887af3e2ee13fe9c7ef /fpga/usrp2/top | |
parent | af6ad0d8ae9235b261799e4384ffc7fc59c4319c (diff) | |
parent | 38ec062b628e39397999d86fb3a68438aa586d5a (diff) | |
download | uhd-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.v | 2 |
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; |