From 682234e3afe2fa8ba406a2de3e475eaa3669d481 Mon Sep 17 00:00:00 2001 From: Jonathan Piat Date: Sat, 7 Mar 2015 23:57:04 +0100 Subject: [PATCH] small change to disable burst on GPMC accesses --- logi-test/hw/logibone/hdl/logibone_test.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logi-test/hw/logibone/hdl/logibone_test.vhd b/logi-test/hw/logibone/hdl/logibone_test.vhd index 35b2991f..42543660 100644 --- a/logi-test/hw/logibone/hdl/logibone_test.vhd +++ b/logi-test/hw/logibone/hdl/logibone_test.vhd @@ -254,7 +254,7 @@ ARD_SDA <= 'Z' ; gpmc2wishbone : gpmc_wishbone_wrapper -generic map(sync => true, burst => true) +generic map(sync => true, burst => false) port map ( -- GPMC SIGNALS