ahsan
Member level 2
- Joined
- Jul 24, 2004
- Messages
- 47
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Texas, USA
- Activity points
- 512
Hi
If i want to perform multiplication of decimal numbers (like 22.75 * 3.142) in VHDL, then how it is possible ?
For performing such multiplication, I cannot use floating point type as they are non-sysnthesizable. If i use Booth algorithm, then it is for whole numbers, not for decimal numbers......so how can i do it.
If i want to perform multiplication of decimal numbers (like 22.75 * 3.142) in VHDL, then how it is possible ?
For performing such multiplication, I cannot use floating point type as they are non-sysnthesizable. If i use Booth algorithm, then it is for whole numbers, not for decimal numbers......so how can i do it.