mirror of
https://github.com/jhshi/openofdm.git
synced 2025-06-19 07:38:18 +00:00
bug fix: increase phase calculation delay by 1 CLK
This commit is contained in:
@ -78,7 +78,7 @@ divider div_inst (
|
|||||||
.output_strobe(div_out_stb)
|
.output_strobe(div_out_stb)
|
||||||
);
|
);
|
||||||
|
|
||||||
delayT #(.DATA_WIDTH(3), .DELAY(36)) quadrant_inst (
|
delayT #(.DATA_WIDTH(3), .DELAY(37)) quadrant_inst (
|
||||||
.clock(clock),
|
.clock(clock),
|
||||||
.reset(reset),
|
.reset(reset),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user