Forum Discussion
Altera_Forum
Honored Contributor
10 years agoExponential function in vhdl
hiii I want to implement exp(x.^2) in VHDL for synthesis. Can any one suggest how to do it. Here x is in signed format and i want result in fixed point arithmatic i.e. without rondoff operation....
Altera_Forum
Honored Contributor
10 years agoI suggest NOT writing a function to do it - vhdl is a hardware description language, NOT a proramming language. You need to understand what hardware will be produced before you write any code.