diff options
author | Josh Blum <josh@joshknows.com> | 2011-11-10 17:28:11 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-10 17:28:11 -0800 |
commit | 52b552f43bc1925ce27b4f49dff1669cb019ecfc (patch) | |
tree | 069f697a37f95f63df55342b59dd9c5bc15c0186 /usrp2/top/N2x0 | |
parent | bcb80c5cf9a2117f9d6d22b8e793ea2ecb68ed1f (diff) | |
download | uhd-52b552f43bc1925ce27b4f49dff1669cb019ecfc.tar.gz uhd-52b552f43bc1925ce27b4f49dff1669cb019ecfc.tar.bz2 uhd-52b552f43bc1925ce27b4f49dff1669cb019ecfc.zip |
need more umph out of correction values
Diffstat (limited to 'usrp2/top/N2x0')
-rw-r--r-- | usrp2/top/N2x0/u2plus_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/N2x0/u2plus_core.v b/usrp2/top/N2x0/u2plus_core.v index dd3d33b37..ba9569778 100644 --- a/usrp2/top/N2x0/u2plus_core.v +++ b/usrp2/top/N2x0/u2plus_core.v @@ -435,7 +435,7 @@ module u2plus_core // Buffer Pool Status -- Slave #5 //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 wb_readback_mux buff_pool_status (.wb_clk_i(wb_clk), .wb_rst_i(wb_rst), .wb_stb_i(s5_stb), |