Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- but do all signals used in a process need to be in the sensitivity list? --- Quote End --- All clocks and asynchronous signals should be included. But omitting them causes only problems in simulation, sensitivity lists are ignored in Quartus synthesis, but wanings are issued though. Also the other warnings you quoted won't be expected to cause the reported behaviour. This sounds more alarming: --- Quote Start --- But I also get stuck at warnings for pins that should be functioning --- Quote End --- But as said, the problem may be also due to signals not present in the hardware or not acting as expected.