Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYour design involves a counter (usedw), it can be only synthesized as synchronous logic, using FFs. FPGA FFs only have a single clock input and thus you can only synthesize synchronous logic with a single (edge sensitive) clock and an optional asynchronous reset condition.
These are the facts, you need to consider them for your design.