Skip to content

Commit c55b9fa

Browse files
Lan HekaryLan Hekary
Lan Hekary
authored and
Lan Hekary
committed
faster clock speed
1 parent dd7b4e1 commit c55b9fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# ARM-SC
2-
this is the ARM single cycle :D
2+
this is the ARM single cycle :D
3+
new updates

single_cycle.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ always @(posedge clk)begin
2424
cnt <= cnt + 1'b1;
2525
end
2626

27-
always @(posedge cnt[21]) begin
27+
always @(posedge cnt[4]) begin // normal is 21
2828
if(!start) begin
2929
number=0;
3030
stop=0;

0 commit comments

Comments
 (0)