You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localparam [23:0] clk_per_int = USE_FLOATING_DIVIDE ? clk_per_x65k[39:16] : clk_per_round[39:16] ; // Select between the rounded integer period or true integer period.
87
-
localparam [15:0] clk_per_f = USE_FLOATING_DIVIDE ? clk_per_x65k[15:0] : 16'd0 ; // select between no floating point and floating point adjusted audio clock generation.
87
+
localparam [15:0] clk_per_f = USE_FLOATING_DIVIDE ? clk_per_x65k[15:0] : 16'd0 ; // select between no floating point and floating point clock period.
88
88
89
89
localparam [63:0] clk_tru_hzX100 = INPUT_CLK_HZ *6553600/ (clk_per_int*65536+clk_per_f) ; // Calculate the true output clock X 100.
0 commit comments