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 7 - 38 of 148   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7
Test message....
Jidan Al-Eryani
jidan123
Offline Send Email
May 4, 2006
2:04 pm
8
When I synthesize the FPU design, I get 572 Warnings from XST. Using fpu.srcand fpu.prj (attached), I run the following: xst -ifn fpu.src -ofn fpu.log Attached...
James Carroll
mr_spud_jc
Offline Send Email
May 4, 2006
5:58 pm
9
Hi, I synthesized the FPU using Quartus II and got 367 warnings. All 367 warnings were of one type: Reduced register x with stuck data_in port to stuck value...
Jidan Al-Eryani
jidan123
Offline Send Email
May 5, 2006
4:58 am
10
hi jidan, Can you please tell me How to get ADDER and MULTIPLIER module seperatly ????? I have tried my level best to do this by changing output mux. But its...
mailmekaran2002
Offline Send Email
May 25, 2006
9:05 pm
11
I have a doubt though. I was looking to the post_norm_addsub.vhd code. For me it is not clear when do you leave numbers denormalized. I mean, if you need a...
jeronimocm
Offline Send Email
May 28, 2006
7:09 pm
12
Hi Jeronimo, Yes, the exponent can go negative, but its adjusted in the post-normalization module. I have done it so to maximzie speed and at the same time...
Jidan Al-Eryani
jidan123
Offline Send Email
May 29, 2006
2:49 am
13
Hi SHIVKARAN, Thanks for your email. There was an initializing probem and now its fixed. Download fpu_v15.zip. In the file fpu.vhd, you should find the output...
Jidan Al-Eryani
jidan123
Offline Send Email
May 29, 2006
2:50 am
14
Hi Jidan, It was the postnormalization step what I was looking to, but I can't find the place where you prevent the exponent from being negative. Can you...
Jeronimo Castrillon
jeronimocm
Offline Send Email
May 29, 2006
9:15 am
15
Hi, I can successfully synthesis the codes in Quartus II 6.0. But when I synthesize it in Quartus II 6.0 and Synlify Pro 8.5, I but the following error...
epvfs
Offline Send Email
May 31, 2006
1:59 am
16
Note: forwarded message attached. ... Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates. Hi, I can successfully synthesis the codes in...
Yifeng Zhu
epvfs
Offline Send Email
May 31, 2006
2:01 am
17
Ok, in the "post_norm_addsub.vhd" the following lines do the job: -- check if shifting is needed s_shr1 <= s_fract_28_i(27); s_shl <= '1' when s_fract_28_i(27...
Jidan Al-Eryani
jidan123
Offline Send Email
May 31, 2006
5:21 pm
18
Hi, Read please "readme.txt". There is a specific order in compiling the files. cheers, Jidan...
Jidan Al-Eryani
jidan123
Offline Send Email
May 31, 2006
5:36 pm
19
hi jidan, ... multiplication is not working .Please notice that i am using Xilinx ISE 7.1 tool. I have tried my level best to do this by changing output ... ...
mailshivkaran1006
mailshivkara...
Offline Send Email
Jun 2, 2006
1:46 pm
22
... Hi, I actually simulated the FPU core with ModelSim and the synthesis with Quartus II. What is the problem exactly? Is it that you can't synthesis it, or...
Jidan Al-Eryani
jidan123
Offline Send Email
Jun 4, 2006
8:22 pm
23
I have already send these questions to Jidan but i post them here for everybody. So, I'm actually trying to implement fpu100 on a actel fpga (synthesizing it...
apa450
Offline Send Email
Jun 9, 2006
7:20 am
24
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_v16.zip ...
32bit_fpu@yahoogroups...
Send Email
Jun 14, 2006
8:56 am
25
Hello Pierre, Sorry for replying late. ... yet. ... Some signals had "X" bits, becasue they weren't used at all.There wasn't any arthimetic done with "X"...
Jidan Al-Eryani
jidan123
Offline Send Email
Jun 14, 2006
8:58 am
26
So, After running 1)maketest.bat then 2) fpusim.bat; then i get some U then X on the output_o.You can see it on the picture i let in the folder misc. I suppose...
apa450
Offline Send Email
Jun 15, 2006
2:19 pm
27
... The FPU core has a reset signal, only its called "start_i". And the FSM should be initialized when ever you initialize start_i. This is the process for the...
Jidan Al-Eryani
jidan123
Offline Send Email
Jun 15, 2006
8:26 pm
28
hi all, i am doing a project on fft. in that i need to convert floating point i/p to binary. i written code by using REAL data type(VHDL) . it was simulated...
ramanand reddy
rams_nandu
Offline Send Email
Jun 29, 2006
6:16 pm
29
Hi Ramanand ! What i can say : -The type real is not synthesisable. (it would have been to simple otherwise) but some ieee designers are working on it for the...
apa450
Offline Send Email
Jun 29, 2006
9:58 pm
30
thanks for ur reply but u have given in c. is in there any vhdl code for same propblem. please reply me apa450 <buhasp@...> wrote: Hi Ramanand ! What i...
ramanand reddy
rams_nandu
Offline Send Email
Jun 30, 2006
7:00 am
31
Hi everyone, @Pierre ... error is the LSB) ... I only modified the functions which prints the output. I never touched the functions which does the arthematic....
Jidan Al-Eryani
jidan123
Offline Send Email
Jun 30, 2006
2:01 pm
32
hi i studied ur material which is kept in this group. but i did not understood about left shift operation in add and div. Afrac=1.0000; Bfrac=0.0011; ...
ramanand reddy
rams_nandu
Offline Send Email
Jul 1, 2006
6:01 am
33
HI I DIDNOT UNDERSTAND HOW TO GIVE THE EXPONENT VALUES. IF I WANT TO GIVE EXPONENTS AS exponent of a= 2**3 how to pass the values ? am i give 130 (= 3+127) or...
ramanand reddy
rams_nandu
Offline Send Email
Jul 5, 2006
5:03 pm
34
shifted_variable <= shl(variable, number_of_shifts); ... Click here...
Jidan Al-Eryani
jidan123
Offline Send Email
Jul 5, 2006
6:34 pm
35
Hi, FPU documentation, Page 4: "A bias of 127 is added to the actual exponent to make negative exponents possible without using a sign bit. So for example if...
Jidan Al-Eryani
jidan123
Offline Send Email
Jul 5, 2006
6:52 pm
36
Quartus II 4.0 with Service Pack 1.0 - Synthesis Tool. Program writen in C to run few thousands floating point tests. Arguments and expected results where...
diode1
Offline Send Email
Jul 6, 2006
10:53 pm
37
... Problem solved! Read result port to early. J....
diode1
Offline Send Email
Jul 7, 2006
1:06 am
38
Hi Janusz, I am happy that it worked for you, but I didn't fully understand what you mean. The result is only valid when the ready_o signal goes high. So, are...
Jidan Al-Eryani
jidan123
Offline Send Email
Jul 7, 2006
10:49 am
Messages 7 - 38 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