Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] problem in negative fractional representation

Status
Not open for further replies.

dipin

Full Member level 4
Joined
Jul 16, 2014
Messages
223
Helped
14
Reputation
28
Reaction score
14
Trophy points
18
Activity points
1,731
hi,
i had designed a divider which perform -ve and +ve division . but i had a problem in this one. in this how can i represent -ve fraction .
in my design i am storing quotient to one register and fraction to another register so if the out put is -.5

( suppose 8 bit with 4 bit for fraction ) then 1111.1000
so it is exactly like -1.5.

so my doubt is how -1.125 , -.125 really represented in a fpga?

is it possible to take 2'complement of fraction(because it is 2^-1,2^-2...)??

what i do is if the result is negative then keeping the fraction as itself and taking the 2's complement of the quotient.

i dont have any idea what to do plz help me

thanks and regards
 

What is the source to be measured,
for example if you measure between -2.5V +2.5V,
just simply add it extra 2.5V with an opamp circuit,
and then it will turn into 0V-5V,
now you may only work with positive voltage,
and as you said if you represent 4 bit fraction and 4 bit integer
it means 1111.1111 is the biggest value
but think like 1111.0000 is the biggest value
so the biggest value is 15 in the decimal notation,
this is the 5V
if the value is smaller than 8 it means voltage below 2.5V
so this is negative voltage,
and you just need to control if it is bigger or smaller than 8 for this example,
if it is smaller you just say it is negative
when you are displaying it,
it is also easy to check negative or positive
because decimal 8 is 1000 in binary
smaller than decimal 8 is always 0xxx
if the MSB is zero measured value is negative.
 

thanks for your replay..
but i am talking about vlsi design in fpga
 

Sorry i misunderstood your problem.
If the problem is just
how i can represent negative floating point in fpga
you just need to use MSB as a sign bit,
exsisting floating point represantation systems generally use this method.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top