mirror of
https://github.com/jhshi/openofdm.git
synced 2024-12-20 06:08:11 +00:00
bug fix: increase phase calculation delay by 1 CLK
This commit is contained in:
parent
e257d3373b
commit
85b1adbec7
@ -78,7 +78,7 @@ divider div_inst (
|
||||
.output_strobe(div_out_stb)
|
||||
);
|
||||
|
||||
delayT #(.DATA_WIDTH(3), .DELAY(36)) quadrant_inst (
|
||||
delayT #(.DATA_WIDTH(3), .DELAY(37)) quadrant_inst (
|
||||
.clock(clock),
|
||||
.reset(reset),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user