Forum Discussion

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

Arithmetic functions using fixed point [Verilog]

Hello, I need to implement 1-exp(-a/b) I was thinking 1. convert integer (a and b) to fixed point 2. Then perform functions such as division and exponential equation Do you kno...