Altera_Forum
Honored Contributor
11 years agoSynthesizing an exponential equation (base and mantissa are large numbers)
Hello,
I am trying to synthesize an exponential equation (This is used in my look up table). The equation involves real number and therefore I have to find another way to represent it. The actual equation is 1.211^4000. I am therefore,trying to implement 1211 ^ 4000. The equation is simulated using cadence tool and DC compiler is used for synthesis. I have an exponential function running that calculates the value up to a particular range. After that,it picks up a random value as the simulator goes out of range and is not able to represent such huge number. Is there a way to implement such large numbers? I want it to synthesize as well. Any input is appreciated! Thanks in advance!:)