Adnan86
Full Member level 2
- Joined
- Apr 4, 2013
- Messages
- 121
- Helped
- 26
- Reputation
- 52
- Reaction score
- 26
- Trophy points
- 1,308
- Activity points
- 2,153
I want use power in my code in VHDL :
for example A * (10**b) that b > 2 but I have this error in Quartu 6.1
Error (10638): VHDL exponentiation error at project_2.vhd(20): operator not supported for the specified operands, base must be a positive power of 2 with non-constant exponent.
any one here for help that what can i do ?
Thanks
for example A * (10**b) that b > 2 but I have this error in Quartu 6.1
Error (10638): VHDL exponentiation error at project_2.vhd(20): operator not supported for the specified operands, base must be a positive power of 2 with non-constant exponent.
any one here for help that what can i do ?
Thanks