[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fpu] FPU compilation problem



you can try this.
 
assign exp_f2i_1_internal = {{8{fract_in[47]}}, fract_in };
 
always ( exp_f2i_1_internal or f2i_shft)
             exp_f2i_1=exp_f2i_1_internal<<f2i_shft
 
(The synthesis seems to be failing because the f2i_shft shift distance 
 may be up to 256 bits, while exp_f2i_1 is only 56 bits wide.)
you might be right as well.


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!