Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- So it's not possible to start the process in an if statement? --- Quote End --- No. Procedural code (including if statements) have to go inside a process. Processes define code to be "executed" if any of the signals in the sensitivity list change. Outside of a process you can only have single signal assignments that are generated from combinatorial logic.