do anyone know how to implement Logarithm calculator (input up to a 32-bit number and get its base 2, base 10 and base 'e' logs)
Guest
#1900215
Thanks for the information. But, how can I implement this in Verilog ?
Guest
#1900589
The first part is aligning the number such that the leading bit is one. This done by a multiple shift. The second is basically a table. Or a table with interpolations.
Guest
#1901112
For small bit sizes, you can implement totally it with a table.
Will you please send me, the coding of this program ....
Guest
#1911878
I can provide you with a code and a license to use it in professional applications. The code is scalable to 64 Bit wide input vectors and works for base "e". In conjunction with a pre calculated value of 1/ln(2) or 1/ln(10) you can directly multiply it with the result and obtain all bases you want to have. I would charge you with €199,- + VAT, payment by bank wire transfer. Please drop me a note.
Guest
#1912504
I am interested in this core. Can you sent a kind of demo in shape of a ngc for xilinx for instance?
Reply
Please log in before posting.