Reset core unless PLL is locked

This commit is contained in:
Joshua Bassett
2020-06-20 19:25:51 +10:00
parent c08581ad9e
commit ed341db5ce

View File

@@ -354,7 +354,7 @@ wire player_2_pause = joystick_0[9];
// GAME
////////////////////////////////////////////////////////////////////////////////
wire reset = RESET | status[0] | buttons[1];
wire reset = RESET | status[0] | buttons[1] | ~locked;
reg [7:0] sw[8];
reg [3:0] game_index = 0;