Forum Discussion
Altera_Forum
Honored Contributor
17 years agoYou most likely didn't use a correct data type for the clock divider input port. If you check the error message thoroughly, you should be able to understand the problem. The variable clock divider should have an unsigned type, generally. Please consider, that the bit lengths of clkcount and clock divider input should match for a meaningful operation.