diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-25 18:08:37 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-25 18:08:37 -0700 |
commit | 5e9cac116e27799a9b32d79c8acc5e865ac4d6ce (patch) | |
tree | f195c24c28a76cec0d583f39296894f07ac93779 /fpga/usrp2/top/B100 | |
parent | f032371736a3a84b3a814ad38081b12edaea448f (diff) | |
parent | cb313ea980ea1078735b6e009bc3e69d1ae0dbf6 (diff) | |
download | uhd-5e9cac116e27799a9b32d79c8acc5e865ac4d6ce.tar.gz uhd-5e9cac116e27799a9b32d79c8acc5e865ac4d6ce.tar.bz2 uhd-5e9cac116e27799a9b32d79c8acc5e865ac4d6ce.zip |
Merge branch 'fpga_master'
Diffstat (limited to 'fpga/usrp2/top/B100')
-rw-r--r-- | fpga/usrp2/top/B100/u1plus_core.v | 2 |
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 c1d6767d1..e5af189cc 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'd3}; //major, minor + localparam compat_num = {16'd10, 16'd0}; //major, minor wire [31:0] reg_test32; |