Altera_Forum
Honored Contributor
17 years agoImplementing Power operator
Hi,
The power operator available with Verilog takes the base value 2 only !! i.e it will only perform operation: Result = 2 ** exponent. But, say if I want to take the base value someting else, then please tell me how to implement the power operation. Result = some_base ** exponent Thank you, -Amit Garg