|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Apr 28 02:18:00 CEST 2007
Subject: [cvs-checkins] MODIFIED: fpu100 ...
Date: 00/07/04 28:02:18 Modified: fpu100 fpu.vhd Log: A minor bug was found and corrected when the serial multiplier is used (thanks to Chris Basson!) Revision Changes Path 1.5 fpu100/fpu.vhd http://www.opencores.org/cvsweb.shtml/fpu100/fpu.vhd.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: fpu.vhd =================================================================== RCS file: /cvsroot/jidan/fpu100/fpu.vhd,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- fpu.vhd 22 Jul 2006 11:40:26 -0000 1.4 +++ fpu.vhd 28 Apr 2007 00:17:59 -0000 1.5 @@ -257,7 +257,7 @@ opb_i => s_opb_i, exp_10_i => pre_norm_mul_exp_10, fract_48_i => mul_fract_48, - sign_i => mul_24_sign, + sign_i => mul_sign, rmode_i => s_rmode_i, output_o => post_norm_mul_output, ine_o => post_norm_mul_ine
|
 |