![]() |
|
|
|
#1 |
|
Hi all.
I want to have an integer to floating point converter. On the other hand I want a floating point generator to convert some numbers from integer to floating point . so I can use them as elements of the "primitive table" in verilog code. Have any one help me ? how I can get such tools? I also want to implement the 16 bit floating point adder and multiplier in ASIC. So I must know the operation of them. Please help me. Thanks. Regards, mehr. mmt1 |
|
|
|
|
#2 |
|
Posts: n/a
|
mmt1 wrote:
> Hi all. > I want to have an integer to floating point converter. On the other > hand I want a floating point generator to convert some numbers from > integer to floating point . so I can use them as elements of the > "primitive table" in verilog code. Have any one help me ? how I can > get such tools? I also want to implement the 16 bit floating point > adder and multiplier in ASIC. So I must know the operation of them. > Please help me. Thanks. > Regards, mehr. During FPU development at Opencores, I recall Rudi Usselmann coding Verilog cores that did exactly this conversion. These files are still accessible in the opencores mailing lists, dated circa June-August 2000. http://www.opencores.org/forums.cgi/cores/ Also, check out the (complete) Open FPU core http://www.opencores.org/projects.cgi/web/fpu/overview You will also need SoftFloat to run their test pattern generator (C program). (easy to find in Google). I have a question: 16-bit FP arithmetic is not defined in IEEE-754, so what is your approach? Have you ever heard of the OpenEXR tool? I think they use sign=1-bit, exponent=5-bits, mantissa=10-bits. cheers Nikolaos Kavvadias Uncle Noah |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Floating point input | leo.udaya | Hardware | 0 | 09-15-2008 06:01 AM |
| Pipeline Floating point ALU | velocityreviews | Software | 0 | 04-09-2007 10:10 PM |
| Floating point in VHDL | Nirmala | Software | 0 | 11-11-2006 06:48 AM |
| DVD Verdict reviews: A STORY OF FLOATING WEEDS / FLOATING WEEDS: CRITERION COLLECTION and more! | DVD Verdict | DVD Video | 0 | 04-20-2004 10:04 AM |
| Clint Kennedy: coward or loser? | Pikoro | A+ Certification | 9 | 08-28-2003 05:20 AM |