diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-28 12:21:15 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-28 12:21:15 -0800 |
commit | 9f9729993197839d8be950d69eca4456c8e41323 (patch) | |
tree | 05295d25202f6167c9c1a60f0ca059c8b01593f7 /usrp2/top/N2x0 | |
parent | 0ff51a352d13f2ce6c59c82c90e853720936c88f (diff) | |
download | uhd-9f9729993197839d8be950d69eca4456c8e41323.tar.gz uhd-9f9729993197839d8be950d69eca4456c8e41323.tar.bz2 uhd-9f9729993197839d8be950d69eca4456c8e41323.zip |
dsp rework: moved scale and round into ddc chain
16to8 engine now performs only a clip from 16->8
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 63087842b..f3405e63a 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'd2}; //major, minor + localparam compat_num = {16'd9, 16'd0}; //major, minor wb_readback_mux buff_pool_status (.wb_clk_i(wb_clk), .wb_rst_i(wb_rst), .wb_stb_i(s5_stb), |