Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHi.
You may introduce signal called 'direction' for storage where temprature moves to. the you can create several conditions, for example cond1 := (direction = down) and (temp < 30) cond2 := (direction = up) and (temp > 35) then you can trigger events based upon conditions. Hopy you'll catch an idea.