Altera_Forum
Honored Contributor
9 years agopartition clk
I try to compile big project using partitions.
I generate 8 the same partitions using 8 different projects. After compilation I export partition in qxp files end inport it in my top project. Each partition has 3 global clk. In top project this clk goes from one PLL(attach picture for example). During top compilation, fitter says what not enough global clk buffer. Each partition take 3 global clk buffer, but they can use the same buffers for each clk. How I can generate partitions in this case?