Skip to content

Commit

Permalink
Added reset on PB(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiat committed Oct 23, 2015
1 parent c03ff2f commit 481f61b
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 @@ -153,8 +153,8 @@ begin
ARD_SCL <= 'Z' ;
ARD_SDA <= 'Z' ;

sys_resetn <= clk_locked ;
sys_reset <= not clk_locked ;
sys_resetn <= clk_locked AND PB(0);
sys_reset <= not sys_resetn ;
clk_sys <= clk_100 ;

divider : simple_counter
Expand Down

0 comments on commit 481f61b

Please sign in to comment.