From ae6f22e4da64180906d5fb7aa4d611412b570a88 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 18 Feb 2025 20:10:25 -0800 Subject: [PATCH] example/KCU105: Fix MMCM config Signed-off-by: Alex Forencich --- example/KCU105/fpga/rtl/fpga.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/KCU105/fpga/rtl/fpga.sv b/example/KCU105/fpga/rtl/fpga.sv index e08176f..a0f74ec 100644 --- a/example/KCU105/fpga/rtl/fpga.sv +++ b/example/KCU105/fpga/rtl/fpga.sv @@ -112,7 +112,7 @@ MMCME3_BASE #( .CLKFBOUT_MULT_F(10), .CLKFBOUT_PHASE(0), // 1250 MHz / 10 = 125 MHz, 0 degrees - .CLKOUT0_DIVIDE_F(5), + .CLKOUT0_DIVIDE_F(10), .CLKOUT0_DUTY_CYCLE(0.5), .CLKOUT0_PHASE(0), // 1250 MHz / 20 = 62.5 MHz, 0 degrees @@ -156,7 +156,7 @@ clk_mmcm_inst ( // 125 MHz, 0 degrees .CLKOUT0(clk_125mhz_mmcm_out), .CLKOUT0B(), - // 125 MHz, 0 degrees + // 62.5 MHz, 0 degrees .CLKOUT1(clk_62mhz_mmcm_out), .CLKOUT1B(), // Not used