Skip to content

Commit 1265700

Browse files
committed
Make wait-cycle 6 steps
1 parent f3abfd3 commit 1265700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sec_8/SRAM_CTR.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module SRAM_CTR
7676
begin
7777
if( InnerStall )
7878
begin
79-
counter <= 3'h5;
79+
counter <= 3'h4;
8080
end
8181
if( ~InnerStall & |counter )
8282
begin

0 commit comments

Comments
 (0)