Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Polynomial Evaluation

Hello, I'm totally new to VHDL and i'm trying to do a polynonamial evaluation. In particular I have a signed 16 bit value (x) and I want to obtain y=d*x^3+c*x^2+b*x+a. I have created a sig...