diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-26 15:11:09 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-26 15:11:09 -0700 |
commit | 95de4f7343e52fe54a140fdd1462a2087a877a2e (patch) | |
tree | 754ff8bcd8a199bd2ad135c8e15e52df2cd79b23 /fpga/usrp2/top/B100 | |
parent | 68510d56fdba693e077955865ebcb4f10e26e9e1 (diff) | |
parent | 842c54ecb5f20d7787ccd8f6034755a92ed67b5f (diff) | |
download | uhd-95de4f7343e52fe54a140fdd1462a2087a877a2e.tar.gz uhd-95de4f7343e52fe54a140fdd1462a2087a877a2e.tar.bz2 uhd-95de4f7343e52fe54a140fdd1462a2087a877a2e.zip |
Merge branch 'fpga_maint' into maint
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 e335fb8bb..26714b669 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'd0}; //major, minor + localparam compat_num = {16'd9, 16'd1}; //major, minor wire [31:0] reg_test32; |