Forum Discussion
Altera_Forum
Honored Contributor
14 years agoprocess error ... sensitivity list or wait statement?
HI. I am starter in vhdl. I wrote the source , but it doesn't work... Quartus said that process statement must contain either sensitivity list or wait statement:mad:.. but I can't understant wha...
Altera_Forum
Honored Contributor
14 years agoQuartus is simply requiring a sensitivity list in this case. Review your VHDL text book about the purpose of sensitivity lists.
In a combinational process, the sensitivity list should contain all input signals.process(d,c)