diff options
author | Josh Blum <josh@joshknows.com> | 2011-11-11 17:53:04 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-11 17:53:04 -0800 |
commit | b23126d3a0fca7d56a933e7f2f0011a9d625b006 (patch) | |
tree | 175055e4af6ec2a950b5e2b331e0e85a9363db4a /fpga/usrp2/top/B100/u1plus_core.v | |
parent | 88e02e0d55f7a80180402c7c86132d22a43ec551 (diff) | |
parent | 52b552f43bc1925ce27b4f49dff1669cb019ecfc (diff) | |
download | uhd-b23126d3a0fca7d56a933e7f2f0011a9d625b006.tar.gz uhd-b23126d3a0fca7d56a933e7f2f0011a9d625b006.tar.bz2 uhd-b23126d3a0fca7d56a933e7f2f0011a9d625b006.zip |
Merge branch 'fpga_cal_work' into calibration
Diffstat (limited to 'fpga/usrp2/top/B100/u1plus_core.v')
-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 86bf747a0..c883c5ca8 100644 --- a/fpga/usrp2/top/B100/u1plus_core.v +++ b/fpga/usrp2/top/B100/u1plus_core.v @@ -391,7 +391,7 @@ module u1plus_core // Readback mux 32 -- Slave #7 //compatibility number -> increment when the fpga has been sufficiently altered - localparam compat_num = {16'd8, 16'd0}; //major, minor + localparam compat_num = {16'd8, 16'd1}; //major, minor wire [31:0] reg_test32; |