Commit ea79f9a6 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

hdl/top/sfpga_bootloader: fixed confusing comment about 62.5 MHz system clock

parent 59f2605e
...@@ -224,7 +224,7 @@ architecture rtl of svec_sfpga_top is ...@@ -224,7 +224,7 @@ architecture rtl of svec_sfpga_top is
signal vme_idle : std_logic; signal vme_idle : std_logic;
begin begin
-- PLL for producing 62.5 MHz system clock (clk_sys) from a 20 MHz reference. -- PLL for producing 83.3 MHz system clock (clk_sys) from a 20 MHz reference.
U_Sys_clk_pll : PLL_BASE U_Sys_clk_pll : PLL_BASE
generic map ( generic map (
BANDWIDTH => "OPTIMIZED", BANDWIDTH => "OPTIMIZED",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment