diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-25 17:59:52 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-25 17:59:52 -0700 |
commit | cb313ea980ea1078735b6e009bc3e69d1ae0dbf6 (patch) | |
tree | 7c8f1a48993b7319dae1424086ccd0bc17caab32 /usrp2 | |
parent | 70db8e9d1c76c2e135695f644da8101853dbcc86 (diff) | |
download | uhd-cb313ea980ea1078735b6e009bc3e69d1ae0dbf6.tar.gz uhd-cb313ea980ea1078735b6e009bc3e69d1ae0dbf6.tar.bz2 uhd-cb313ea980ea1078735b6e009bc3e69d1ae0dbf6.zip |
e100/b100: bumped compat number for timed commands merge
There were common FPGA changes and an incompatibility.
This should have been done before the merge anyhow.
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/top/B100/u1plus_core.v | 2 | ||||
-rw-r--r-- | usrp2/top/E1x0/u1e_core.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/top/B100/u1plus_core.v b/usrp2/top/B100/u1plus_core.v index 74151ce98..e5af189cc 100644 --- a/usrp2/top/B100/u1plus_core.v +++ b/usrp2/top/B100/u1plus_core.v @@ -413,7 +413,7 @@ module u1plus_core // Readback mux 32 -- Slave #7 //compatibility number -> increment when the fpga has been sufficiently altered - localparam compat_num = {16'd9, 16'd4}; //major, minor + localparam compat_num = {16'd10, 16'd0}; //major, minor wire [31:0] reg_test32; diff --git a/usrp2/top/E1x0/u1e_core.v b/usrp2/top/E1x0/u1e_core.v index a98e1de34..d4af8c0df 100644 --- a/usrp2/top/E1x0/u1e_core.v +++ b/usrp2/top/E1x0/u1e_core.v @@ -454,7 +454,7 @@ module u1e_core // Readback mux 32 -- Slave #7 //compatibility number -> increment when the fpga has been sufficiently altered - localparam compat_num = {16'd9, 16'd1}; //major, minor + localparam compat_num = {16'd10, 16'd0}; //major, minor wire [31:0] reg_test32; |