Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Re: Representation of real numbers

Reply
Thread Tools

Re: Representation of real numbers

 
 
Jeremy Pyle
Guest
Posts: n/a
 
      06-27-2003
As an add-on to this quetsion, are real numbers always synthesizable or only
certain architectures?


"Jeremy Pyle" <> wrote in message
news:e%HKa.33938$...
> Hey all,
>
> I'm trying to find out how I would get a hold of the representation of a
> real number. I know it's represented at a sign bit, exponent, mantissa,

but
> I'm trying to store this real number in RAM, meaning I have to pass it in

as
> a STD_LOGIC_VECTOR, so somehow I need to convert a real to a
> STD_LOGIC_VECTOR. Is there any way to do this?
>
> Also, I have to divide the real numbers so I'm trying to figure out the

best
> way to do it. Here are my two choices:
> 1. just use the division operator provided for real numbers
> 2. use the XiLinx dividor module provided in XiLinxCoreLib.
>
> If anyone could tell me the pros and cons of using one over the other that
> would be fantastic.
>
> Thanks all,
>
> Jeremy
>
>



 
Reply With Quote
 
 
 
 
Ken Smith
Guest
Posts: n/a
 
      06-27-2003
In article <0VMKa.34026$>,
Jeremy Pyle <> wrote:
>As an add-on to this quetsion, are real numbers always synthesizable or only
>certain architectures?


Real ALUs take up a lot of space. If you are trying to do an add in one
stroke, you have to have a normalizing array and an adder. This is a lot
of logic so some tools won't even try unless you are designing for a
really big chip.

--
--
forging knowledge

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
complex numbers should respect the "I" representation narutocanada@gmail.com Python 4 06-29-2008 05:11 PM
Semi OT: Binary representation of floating point numbers Dilip C Programming 8 12-28-2006 06:36 AM
Detailsview shows real numbers with commata: Error converting data type nvarchar to real! Curious Trigger ASP .Net 2 09-09-2006 10:59 PM
Binary representation of floating point numbers 63q2o4i02@sneakemail.com Python 10 12-15-2005 03:45 PM
Re: Representation of real numbers Jim Lewis VHDL 0 07-01-2003 01:14 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57