diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-02 18:36:11 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-02 18:36:11 -0700 |
commit | 5918cec1b9d394f0a63dfe04b2c82df97333f1d1 (patch) | |
tree | 83be0bf1e788890e1995ae4d6c326819a295f7e9 /fpga/usrp2/top | |
parent | 2cd44069945ff14f59a5b48439d46dac0dfb4035 (diff) | |
parent | 4c111800a139a544f9280e1a7b114c027c55a89e (diff) | |
download | uhd-5918cec1b9d394f0a63dfe04b2c82df97333f1d1.tar.gz uhd-5918cec1b9d394f0a63dfe04b2c82df97333f1d1.tar.bz2 uhd-5918cec1b9d394f0a63dfe04b2c82df97333f1d1.zip |
Merge branch 'fpga_maint' into maint
Diffstat (limited to 'fpga/usrp2/top')
-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 26714b669..09b7e11f1 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'd1}; //major, minor + localparam compat_num = {16'd9, 16'd2}; //major, minor wire [31:0] reg_test32; |