Forum Discussion
Altera_Forum
Honored Contributor
12 years agoContrary to Kaz' and Dave's suggestions, you don't need to create a synchronous process.
For a combinatorial process Quartus II will complain about a, a_reg, b_reg not being in the sensitivity list but will produce a valid circuit. Modelsim will keep silent about the sensitivity list but may fail to simulate correctly (IMHO). Is this the exact code of your project, or a write-up? It would be interesting to see all the code.