I'd like to execute one process whenever the signal S is active (that is, a new value is assigned to S, but not necessary to be different from the old value of S). How to make that?
If just put S in the process sensitive list, the process will only be executed when S has an event (that is, S gets a different value from the old one)...
Then, how shall I write? Thank you!
If just put S in the process sensitive list, the process will only be executed when S has an event (that is, S gets a different value from the old one)...
Then, how shall I write? Thank you!