多相位时钟可以使用

This commit is contained in:
Ruige Lee
2025-07-22 11:49:33 +08:00
parent acf09cf118
commit 9f88d26ba1
2 changed files with 22 additions and 7 deletions

View File

@@ -338,7 +338,7 @@ generate
for( genvar i = 0; i < 8; i = i + 1 ) begin
initial begin
multiCLK[i] = 0;
for( integer j = i; j < 8; j = j + 1 ) begin
for( integer j = 0; j < i; j = j + 1 ) begin
#20
;
end