Search the web
Sign In
New User? Sign Up
32bit_fpu · 32bit FPU
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 83 - 134 of 148   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
83
Hi jidan, We are having trouble inputting the numbers.How do you input the floating point numbers? We are doing it in VHDL language.How do we convert the...
SHILPA SHIVARAM
shilvrinda
Offline Send Email
Jan 7, 2007
5:12 pm
84
Hi, I think that is mentioned in the documention. Not only do you have to convert it to binary, but also to a IEEE-754 binary format. Use a special caluclator...
Jidan Al-Eryani
jidan123
Offline Send Email
Jan 15, 2007
6:23 am
85
Hi Jidan, Thanyou for your last mail.We were having trouble converting the floating point numbers to binary.Do you have the code for it? If possible can we get...
SHILPA SHIVARAM
shilvrinda
Offline Send Email
Jan 18, 2007
2:00 pm
86
... converting the floating point numbers to binary.Do you have the code for it? If possible can we get the code for addition and subtraction of FPU in VHDL. ...
Jidan Al-Eryani
jidan123
Offline Send Email
Jan 21, 2007
7:38 am
87
hi jidan . i am very much confused with the exception unit in floating point unit. we have to do seperate module for exception unit or we can combine the...
sathraj_29
Offline Send Email
Feb 1, 2007
9:46 am
88
... I am sorry, but I didn't write any verilog code for the FPU. Cheers, Jidan...
Jidan Al-Eryani
jidan123
Offline Send Email
Feb 3, 2007
12:48 pm
89
Hi, The project website for fpu100 at opencores.org says that the fpu is pipelined. Does that mean that it is possible to give the next set of operands to the...
advaitjain
Offline Send Email
Mar 5, 2007
11:06 am
90
Hello sir . Thank u for ur mail. We can give the next set of operands only after the number of cycles completed. The modifications to be done in the project...
satheesh kumar
sathraj_29
Offline Send Email
Mar 6, 2007
9:06 am
91
... Hi Advait, Sorry for replying late. For some operations e.g. addition/subtraction (somebody please correct me if I am wrong), you don't have to wait until...
Jidan Al-Eryani
jidan123
Offline Send Email
Mar 14, 2007
10:27 pm
92
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the 32bit_fpu group. File : /fpu_v19.zip ...
32bit_fpu@yahoogroups...
Send Email
Apr 26, 2007
12:35 pm
93
Jidan, is this corretion also in the CVS? Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 26, 2007
9:31 pm
94
No, I still didn't. When I uploaded the code, I tried also to update the CVS, but the program I use (WinCVS), always crashed. I will try to solve this over the...
Jidan Al-Eryani
jidan123
Offline Send Email
Apr 27, 2007
6:53 pm
95
... serial multiplier is used (thanks to Chris Basson!) ... Done! Thank you...
Jidan Al-Eryani
jidan123
Offline Send Email
Apr 27, 2007
9:22 pm
96
... serial multiplier is used (thanks to Chris Basson!) ... Done! Thanks, please keep this list informed when you update your FPU as I'm also including it in...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 29, 2007
9:27 am
99
The instructions for getting test vectors suggest running timesoftfloat. However, that program was designed not to test the accuracy of the results, just to...
thirtyninewinks
Offline Send Email
Jun 14, 2007
5:59 pm
101
I've gotten the fpu-100 core to work using Modeltech (on Linux), but I haven't been able to get the included test-bench to work. This because of my limited...
dara.parsavand
Offline Send Email
Jun 20, 2007
2:01 am
102
It is working now. I'm not sure what the difference between my build environment at work and at home is, but I have it working at home (Ubuntu 7.04/i386) now....
dara.parsavand
Offline Send Email
Jun 20, 2007
7:09 am
103
I do not have the problem of no vectors testing the square root (a 100 in the third line of the text block), but I have the same repetition issue you mentioned...
dara.parsavand
Offline Send Email
Jun 20, 2007
11:03 pm
104
... I skimmed the file timesoftfloat.c fpu_v19 and from John Hauser. The line: minIterations = 1000 is changed to minIterations = 100000 and there are some...
dara.parsavand
Offline Send Email
Jun 21, 2007
5:00 pm
105
Hi everyone! For the past few months I've worked on a comparison between the FPU and a Softfloat implementation in Java running on an Altera FPGA with JOP, the...
rambo_jvmhw
Offline Send Email
Jul 12, 2007
9:02 pm
106
I agree, there's a bug. I think it's in post_norm_mul.vhd, in the process that sets s_shl2 and s_shr2 (starting around line 145 in my copy, though I may have...
thirtyninewinks
Offline Send Email
Jul 12, 2007
10:57 pm
112
dear all i am new here i am looking for a 16 * 16 bit floating point multiplier can any body help me...
moustafa el Bahaey
moustafa991982
Offline Send Email
Nov 18, 2007
10:45 pm
118
Hello; I will work with parallel architecture, That's why i need to know the development of code sources of microprocessor to choose a subsequent architecture...
mejdi_tn
Offline Send Email
Feb 11, 2008
11:56 am
120
HI, ... CAN ANY ONE POST ME THE ALGORITHM FOR FLOATING POINT UNIT WHICH IS USED IN OPENCORES.COM - FPU.....
challengersr
Offline Send Email
May 1, 2008
1:37 pm
121
HI JIDAN.., CAN WE ABLE TO RUN THE FPU WITHOUT TESTBENCH PROG.. IF NO, PLS TELL ME HOW TO SEE THE DOS CODE OF TESTBENCH??...
challengersr
Offline Send Email
May 1, 2008
1:49 pm
122
Hello, i have the fpu_v19 Version of the FPU. All arethmetic operations works, but not the multiplicate. I get a wrong result. For example: 10 000 000 * 1.212...
tommyothc03
Offline Send Email
May 5, 2008
8:29 am
131
I see that nearly all of the messages posted here in the last year are just spam. Is anyone still watching this group? Are there other users of the FPU...
redsp
Offline Send Email
Feb 14, 2009
7:47 pm
132
this is a great little fpu core.  I played with it a bit, then wanted to make some improvements, features enhancement.  But the original author is mostly...
Pstrang Rzekle
pstrang_w_rz...
Online Now Send Email
Feb 14, 2009
8:29 pm
133
How about the group moderator, is he around? We can at least get rid of the spam by changing the way new users are approved. I do that with about a dozen...
redsp
Offline Send Email
Feb 14, 2009
8:38 pm
134
We also identified bugs in dealing with un-normalized numbers (when the exponent has the value "0", there is special treatment of the mantissa), and the...
Chris Kingsley
thirtyninewinks
Offline Send Email
Feb 15, 2009
3:15 am
Messages 83 - 134 of 148   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help