mirror of
https://github.com/jhshi/openofdm.git
synced 2024-12-18 21:28:07 +00:00
Change the phase control value to the most safe one
This commit is contained in:
parent
b2e08ff46e
commit
8aa784707a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user