暂时改回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

@@ -13,7 +13,7 @@ class CDRInIO extends Bundle{
abstract class CDRInBase extends Module{ abstract class CDRInBase extends Module{
def sampleRate: Int = 8 def sampleRate: Int = 4
val io: CDRInIO = IO(new CDRInIO) val io: CDRInIO = IO(new CDRInIO)

View File

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