Forum Discussion
Altera_Forum
Honored Contributor
14 years agourjent logarithm implementation
sir, i want to design logarithm in vhdl.i get a formula i.e ln(a) = 2* atanh ((a-1)/(a+1)). but not quite sure.can u plz give some idea of easy implementation (not using core) orsome alternate formul...
Altera_Forum
Honored Contributor
14 years agoYou said you were looking for an implementation without cores, but you are using two in that code. I don't know how the cores you are using have been configured so it's difficult to know if you are using them properly.
If you are looking for an easy implementation without cores, as Tricky said you should try a look-up table solution instead.