Merge branch 'master' of https://gitea.snsd0805.com/snsd0805/FPGA_FINAL
This commit is contained in:
commit
4637bb895c
@ -211,7 +211,7 @@ module FPGA_FINAL(
|
|||||||
if(blockSecond[ball_position]==1)
|
if(blockSecond[ball_position]==1)
|
||||||
begin
|
begin
|
||||||
count_digit <= count_digit + 1'b1;
|
count_digit <= count_digit + 1'b1;
|
||||||
if(count_digit == 4'b1010)
|
if(count_digit == 4'b1001)
|
||||||
begin
|
begin
|
||||||
count_digit <= 4'b0;
|
count_digit <= 4'b0;
|
||||||
count_ten = 1;
|
count_ten = 1;
|
||||||
@ -235,7 +235,7 @@ module FPGA_FINAL(
|
|||||||
if(blockFirst[ball_position]==1)
|
if(blockFirst[ball_position]==1)
|
||||||
begin
|
begin
|
||||||
count_digit <= count_digit + 1'b1;
|
count_digit <= count_digit + 1'b1;
|
||||||
if(count_digit == 4'b1010)
|
if(count_digit == 4'b1001)
|
||||||
begin
|
begin
|
||||||
count_digit <= 4'b0;
|
count_digit <= 4'b0;
|
||||||
count_ten = 1;
|
count_ten = 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user