Forum Discussion
Altera_Forum
Honored Contributor
15 years agoOption 4: Insert a LCELL primitive in between the signal coming from the pin and the signal that is actually used in your design.
clk_lc : LCELL port map ( in => clock_from_pin, out => clock ); (Hope my VHDL isn't too bad) Quartus will then be able to promote "clock" to a global signal. http://quartushelp.altera.com/9.1/mergedprojects/hdl/prim/prim_file_lcell.htm