diff options
author | Matt Ettus <matt@ettus.com> | 2011-02-17 15:51:48 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-02-17 15:51:48 -0800 |
commit | db9083fd8036317d2a19ba48b2e3feda26ef85a9 (patch) | |
tree | afd1555fe338b7ea2bba7bc1baa19116d1dfbcdd /usrp2/top/u2plus | |
parent | 1fbf547c27634994b0b48df49b06b4c40bc763c7 (diff) | |
download | uhd-db9083fd8036317d2a19ba48b2e3feda26ef85a9.tar.gz uhd-db9083fd8036317d2a19ba48b2e3feda26ef85a9.tar.bz2 uhd-db9083fd8036317d2a19ba48b2e3feda26ef85a9.zip |
increase compat number for double dsp change
Diffstat (limited to 'usrp2/top/u2plus')
-rw-r--r-- | usrp2/top/u2plus/u2plus_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u2plus/u2plus_core.v b/usrp2/top/u2plus/u2plus_core.v index 0ccff983c..7b58d042c 100644 --- a/usrp2/top/u2plus/u2plus_core.v +++ b/usrp2/top/u2plus/u2plus_core.v @@ -415,7 +415,7 @@ module u2plus_core // Buffer Pool Status -- Slave #5 //compatibility number -> increment when the fpga has been sufficiently altered - localparam compat_num = 32'd4; + localparam compat_num = 32'd5; wb_readback_mux buff_pool_status (.wb_clk_i(wb_clk), .wb_rst_i(wb_rst), .wb_stb_i(s5_stb), |