Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI am a bit unsure about the feedback statements out = out + 3 ...etc.
why not try: out = in + 3 if it is equivalentI am a bit unsure about the feedback statements out = out + 3 ...etc.
why not try: out = in + 3 if it is equivalent