1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-01-17 00:22:41 +00:00

Fix Reset

This commit is contained in:
Marcel 2021-05-24 20:18:33 +02:00
parent c7a593bc6d
commit d8fc2fd4d4

View File

@ -76,7 +76,7 @@ always @(posedge clk_5) begin
end
computer_space_top computerspace(
.reset(buttons[1] | status[6]),
.reset(buttons[1] | status[0]),
.clock_50(clk_sys),
.game_clk(clk_5),
.signal_ccw(m_left),