Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- As for the reset, you probably didnt notice any difference. But you really should have it in the sensitivity list. Any inputs that affect outputs need to be in there. In the case of a clocked process, because things only change on clock edges, only the clock needs to be there. --- Quote End --- Not sure if I fully understood what you mean. Regarding rst, it´s ok, I got it. But I have more signals which affect outputs there (int_etcmiv_opcode, clk_spi_flash, just to name a few). Do they have to be in there also? But I just want my process to really do something on a clk edge (it means, inside a 'if(rising_edge(clk))' block), so it may have the same behavior with or without them on sensitivity list, or not? Thanks for the support.