Skip to content

Commit

Permalink
small change to disable burst on GPMC accesses
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiat committed Mar 7, 2015
1 parent 89192f6 commit 682234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logi-test/hw/logibone/hdl/logibone_test.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 682234e

Please sign in to comment.