Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHelp!! Error message
Hi, when i compile my simple design i get the error as such: Error reported by S-function 'sGeneric' in 'wateva2/Parallel Adder Subtractor': Loop detected while propagating bit widths for wa...
Altera_Forum
Honored Contributor
17 years agoactually is a filter design using following equation:
w(n) = ay(n-1) + by(n-2) y(n) = w(n-1) + x(n) = ay(n-2) + by(n-3) + x(n) is a dsp builder using simulink. is not hdl. i dun have register, only delay function... so what should i do?