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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 61 - 95 of 148   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
61
hii.. I was given a project of designing high speed 32-bit floating point adders using VERILOG.. I am confused on whether to check for the ...
pal4vlsi
Offline Send Email
Nov 9, 2006
8:28 am
64
... You check for exception before AND after. ... Sorry, but mine is in VHDL....
Jidan Al-Eryani
jidan123
Offline Send Email
Nov 11, 2006
12:06 am
67
Can anyone shed a light on how to implement a floating point remainder(FMOD) from this 32bit FPU module? Thank you...
stevenj_jin
Offline Send Email
Nov 21, 2006
6:13 am
69
... Hi, Actually, the reminder is already there! Check rmndr_i in post_norm_div.vhd. I think all you have to do is postnorm it. I should have done it myself,...
Jidan Al-Eryani
jidan123
Offline Send Email
Nov 25, 2006
12:38 pm
70
Hello Jidan, Thank you for your reply. IEEE764 defines remainder as x - ny, where n is an integer closest to x/y. I am having trouble getting softfloat value...
stevenj_jin
Offline Send Email
Nov 27, 2006
8:23 am
71
No, I think all you have to do is shift right/left. I suggest you try a simple division that can be calculated by pencil and paper, then you check what rmndr_i...
Jidan Al-Eryani
jidan123
Offline Send Email
Nov 28, 2006
4:12 am
72
Hi, How easy/hard is it to program a 64-bit FPU ? Also is it possible to get an open source 64-bit FPU ? Thanks...
fernanp2000
Offline Send Email
Dec 2, 2006
8:39 pm
73
Hi, I am sorry for replying late. Unfortunatly, I also don't know any 64-bit FPU. But I can tell you that changing a 32-bit(signle precision) FPU to a 64-bit...
Jidan Al-Eryani
jidan123
Offline Send Email
Dec 11, 2006
11:37 pm
74
hi wonder if anyone has this working on a xilinx fpga and how mutch room it would take up spesificaly a xs3s400 i need to know how mutch room would be left for...
lostaccountagainsostu...
lostaccounta...
Offline Send Email
Dec 13, 2006
2:36 am
75
... The numbers should be very similar. Just try is out in your ISE. ... not very much. Perhaps the FPU will not fit into the xs3s400. Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 13, 2006
8:01 am
76
Hi, I haven't tried it on Xilinx yet. The XC3S400 has 8064 Equivelnt Logic Cells (LC). On Altera Cyclone, the FPU took about 4400 LC's, with the square-root...
Jidan Al-Eryani
jidan123
Offline Send Email
Dec 14, 2006
12:07 am
77
Hi All, I am trying to synthesis the FPU using standard cells. I am wondering if someone has had the chance to do it before using design_compiler from synopsys...
nour_ahmed
Offline Send Email
Dec 21, 2006
10:37 pm
78
... All your questions are already answered in the FPU documentation. Here the answers again: 1)Yes, it works with synplify. 2)Yes, there are testbenches. ...
Jidan Al-Eryani
jidan123
Offline Send Email
Dec 27, 2006
3:26 pm
79
--Ahmad Nour answered (through emailing me) with: Thanks Jidan for your time. But I am not talking about synplify, I am talking about Synopsys ( ASIC / Std....
Jidan Al-Eryani
jidan123
Offline Send Email
Dec 27, 2006
11:47 pm
80
Oh sorry... Snyplfiy and Synopsys sounded the same to me and I was tired when I read it ;) Anyway,the VHDL code should be synthesisable without regard to what...
Jidan Al-Eryani
jidan123
Offline Send Email
Dec 28, 2006
12:14 am
81
The deactivation part is what I am after :) How do I deactivate everything except the multiplier for example. p.s The FPU synthesizes with around 260 Warning...
Ahmed Nour
nour_ahmed
Offline Send Email
Dec 28, 2006
12:48 am
82
The warning messages are harmless. Regarding the deactivation, I have uploaded a FAQ file with the question you asked and of course the answer. Cheers, Jidan ...
Jidan Al-Eryani
jidan123
Offline Send Email
Dec 29, 2006
2:52 am
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
Messages 61 - 95 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