Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIt looks like your 440KHz is connected to user io and not dedicated clk pin.
Option 1: programming the 25MHz to give 440KHz at source. option2: keep things same and use 440 signal as clk enable. this requires connecting it to any clk enable in your project(anding) or creating clk enable statement after every edge statement. option3: divide 25MHz internally to 440 then make the division output global. accepting global may not be supported in your device. Flex devices are I believe too old and phased out.