www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Process has a sensitivity list and a wait statement.
Description
The Compiler has encountered a wait statement being used in a process that includes a sensitivity list. A process may not include both a wait statement and a sensitivity list.
Recommendation
Check the design requirements to determine if a sensitivity list is required. If you are creating a design intended for synthesis, you should consider using the sensitivity list in conjunction with appropriate conditional logic to define the behavior of the circuit. Remove either the sensitivity list or the wait statement to correct the problem.