Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI think cnt1++ is
equivalent to cnt1 = cnt1+1 and not to cnt1 <= cnt1+1 One is immediate the other is a deferred assigment.I think cnt1++ is
equivalent to cnt1 = cnt1+1 and not to cnt1 <= cnt1+1 One is immediate the other is a deferred assigment.