暂时改回4倍采样以实现FPGA逻辑

This commit is contained in:
Ruige Lee
2025-05-13 17:05:38 +08:00
parent a39a15e1d0
commit fb8bc91947
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ initial begin
end
initial begin
forever begin #10 clk8x <= ~clk8x; end
forever begin #20 clk8x <= ~clk8x; end
end
initial begin