From 38ec062b628e39397999d86fb3a68438aa586d5a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 15 Jul 2012 22:50:19 -0700 Subject: e100: offset gpmc to fifo writes by 2 transfers This effectivly works around bus initial transaction issues. --- usrp2/top/E1x0/u1e_core.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/top') diff --git a/usrp2/top/E1x0/u1e_core.v b/usrp2/top/E1x0/u1e_core.v index e3d1656a6..bd19d6076 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'd2}; //major, minor + localparam compat_num = {16'd9, 16'd3}; //major, minor wire [31:0] reg_test32; -- cgit v1.2.3