Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > General Computer Discussion > Software > Pipeline Floating point ALU

Reply
Thread Tools

Pipeline Floating point ALU

 
 
velocityreviews velocityreviews is offline
Junior Member
Join Date: Apr 2007
Posts: 4
 
      04-09-2007
Hi,

I am designing a pipelined ALU for floating point numbers in IEEE format.

I am using VHDL to code in Xilinx environment and Modelsim to simulate.

When I give a series of inputs for addition as

1, 1
2, 2
3, 3
4, 4
5, 5
6, 6
7, 7
8, 8...............up to 21

I am expecting a result like this
2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42

I am getting results like this....
2 6 4 10 12 14 8 18 20 22 24 26 28 30 32 34 36 38 40 42

I am getting twenty outputs in which there is a swapping for 4, 8, 16, 32....
which are in positions 2, 4, 8, 16.......

Can anybody make any guesses why it is happening so?

Thanks and Regards,
Drew
 
Reply With Quote
 
 
 
 
shabdita shabdita is offline
Junior Member
Join Date: Mar 2011
Posts: 1
 
      03-30-2011
Hi
I would really like the design of a pipelined ALU for floating point numbers in IEEE format. Could you please help me out.
 
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
Share-Point-2010 ,Share-Point -2010 Training , Share-point-2010Hyderabad , Share-point-2010 Institute Saraswati lakki ASP .Net 0 01-06-2012 06:39 AM
floating point problem... floating indeed :( teeshift Ruby 2 12-01-2006 01:16 AM
converting floating point to fixed point H aka N VHDL 15 03-02-2006 02:26 PM
floating point to fixed point conversion riya1012@gmail.com C Programming 4 02-22-2006 05:56 PM
Fixed-point format for floating-point numbers Motaz Saad Java 7 11-05-2005 05:33 PM



Advertisments