bug fix: increase phase calculation delay by 1 CLK

This commit is contained in:
mmehari
2022-01-04 22:22:00 +01:00
parent e257d3373b
commit 85b1adbec7

View File

@ -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),