seeker_123
Member level 2
- Joined
- Apr 8, 2013
- Messages
- 53
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Bangalore
- Activity points
- 1,731
Hi ....
I have implemented double precision floating point adder, subtractor, multiplier, division and square root. For verification initially I have checked with small number of test cases. For this i have manually calculated expected result and check with my design output.
Now to verify in detail I have randomly generated thousands of cases. As I can not calculate expected result for those many cases I stucked here.
How can I get expected result? Is there any design with which I can compare my result...?
I am following IEEE 754 2008 standard completely.
if anyone can guide me then please help me in this................
Thanks in advance ...........................
I have implemented double precision floating point adder, subtractor, multiplier, division and square root. For verification initially I have checked with small number of test cases. For this i have manually calculated expected result and check with my design output.
Now to verify in detail I have randomly generated thousands of cases. As I can not calculate expected result for those many cases I stucked here.
How can I get expected result? Is there any design with which I can compare my result...?
I am following IEEE 754 2008 standard completely.
if anyone can guide me then please help me in this................
Thanks in advance ...........................