Skip to content

Commit

Permalink
Updated, now works
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiat committed Oct 23, 2015
1 parent 4a1f71d commit c03ff2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logi-camera-demo/hw/logibone/hdl/logibone_camera.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ port map
generic map( ADDR_WIDTH => 16,
WIDTH => 16,
SIZE => 4096,
BURST_SIZE => 4,
BURST_SIZE => 512,
SYNC_LOGIC_INTERFACE => true
)
port map(
Expand Down Expand Up @@ -404,7 +404,7 @@ cam_control_reg : wishbone_register
(others => '1');



switch_value <= SW;



Expand Down

0 comments on commit c03ff2f

Please sign in to comment.