From cb313ea980ea1078735b6e009bc3e69d1ae0dbf6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 25 Apr 2012 17:59:52 -0700 Subject: 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. --- usrp2/top/E1x0/u1e_core.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/top/E1x0') 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; -- cgit v1.2.3