diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-09 17:29:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-09 17:29:56 -0700 |
commit | c402ed8c0c1266f141471189941cdbd24ad4e6ed (patch) | |
tree | 6bbec10a3566b441a7356692465db0ce4b269945 /fpga/usrp2/top/USRP2 | |
parent | bd3eeb5149efe5f9ca3e5b83b46cdb37f279d3d5 (diff) | |
parent | 1e143bddd2a246ca6ffae6fb54aa416b35293078 (diff) | |
download | uhd-c402ed8c0c1266f141471189941cdbd24ad4e6ed.tar.gz uhd-c402ed8c0c1266f141471189941cdbd24ad4e6ed.tar.bz2 uhd-c402ed8c0c1266f141471189941cdbd24ad4e6ed.zip |
Merge branch 'maint'
Diffstat (limited to 'fpga/usrp2/top/USRP2')
-rw-r--r-- | fpga/usrp2/top/USRP2/u2_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp2/top/USRP2/u2_core.v b/fpga/usrp2/top/USRP2/u2_core.v index 6bf60fe58..93064254f 100644 --- a/fpga/usrp2/top/USRP2/u2_core.v +++ b/fpga/usrp2/top/USRP2/u2_core.v @@ -442,7 +442,7 @@ module u2_core // Buffer Pool Status -- Slave #5 //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] churn = 0; //tweak churn until timing meets! wb_readback_mux buff_pool_status |