Skip to content
Snippets Groups Projects
Commit eb01df98 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

added the fractional PLL for clk125

parent 9cac1149
No related branches found
No related tags found
No related merge requests found
...@@ -91,20 +91,20 @@ BEGIN ...@@ -91,20 +91,20 @@ BEGIN
); );
END GENERATE; END GENERATE;
--gen_fractional_pll : IF g_use_fpll=TRUE GENERATE gen_fractional_pll : IF g_use_fpll=TRUE GENERATE
-- u_pll : ENTITY tech_pll_lib.tech_pll_clk125 u_pll : ENTITY tech_fractional_pll_lib.tech_fractional_pll_clk125
-- GENERIC MAP ( GENERIC MAP (
-- g_technology => g_technology g_technology => g_technology
-- ) )
-- PORT MAP ( PORT MAP (
-- areset => arst, areset => arst,
-- inclk0 => clk125buf, inclk0 => clk125buf,
-- c0 => c0_clk20, c0 => c0_clk20,
-- c1 => c1_clk50, c1 => c1_clk50,
-- c2 => c2_clk100, c2 => c2_clk100,
-- c3 => c3_clk125, c3 => c3_clk125,
-- locked => pll_locked locked => pll_locked
-- ); );
--END GENERATE; END GENERATE;
END arria10; END arria10;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment