bachoo786
Junior Member level 1
- Joined
- Oct 25, 2012
- Messages
- 18
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,480
Hello smart people
I needed guidance on representing fixed point numbers on vhdl. I will present the problem:
exponent * log (2) where exponent= 2^8 and (log (2)) is constant.
I need to represent the values of the above equation in vhdl (256 entries) using 8 bits only. I am not allowed to use fixed point library to carry out this task. Can anyone out there help me please, time is not in my hands
Many thanks
I needed guidance on representing fixed point numbers on vhdl. I will present the problem:
exponent * log (2) where exponent= 2^8 and (log (2)) is constant.
I need to represent the values of the above equation in vhdl (256 entries) using 8 bits only. I am not allowed to use fixed point library to carry out this task. Can anyone out there help me please, time is not in my hands
Many thanks