From 7895a01c4f80e548d34d68006947d373693fbfff Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 9 Apr 2025 18:43:02 -0700 Subject: [PATCH] example/VCU108: Fix MMCM config on VCU108 Signed-off-by: Alex Forencich --- example/VCU108/fpga/rtl/fpga.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/VCU108/fpga/rtl/fpga.sv b/example/VCU108/fpga/rtl/fpga.sv index 0802a69..6cd386a 100644 --- a/example/VCU108/fpga/rtl/fpga.sv +++ b/example/VCU108/fpga/rtl/fpga.sv @@ -115,7 +115,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), // Not used