Skip to content

Commit 476ed3f

Browse files
committed
Add missing reset
1 parent b5fc3cd commit 476ed3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpu/qspi_ctrl.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ module qspi_controller (
131131
spi_ram_a_select <= 1;
132132
spi_ram_b_select <= 1;
133133
data_req <= 0;
134+
read_cycles_count <= 0;
134135
end else begin
135136
data_ready <= 0;
136137
data_req <= 0;

0 commit comments

Comments
 (0)