Change the phase control value to the most safe one

This commit is contained in:
Xianjun Jiao 2023-01-09 15:57:28 +01:00
parent b2e08ff46e
commit 8aa784707a

View File

@ -243,7 +243,7 @@ always @(posedge clock) begin
end
// for finer sample_in_strobe phase control
if (clk_count == 3) begin
if (clk_count == 4) begin
sample_in_strobe <= 1;
end else begin
sample_in_strobe <= 0;