|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun Apr 29 14:22:41 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/04 29:14:22 Modified: jop/vhdl/fpu bug_report.txt fpu.vhd Log: Correction of serial multiplyer bug Revision Changes Path 1.2 jop/vhdl/fpu/bug_report.txt http://www.opencores.org/cvsweb.shtml/jop/vhdl/fpu/bug_report.txt.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: bug_report.txt =================================================================== RCS file: /cvsroot/martin/jop/vhdl/fpu/bug_report.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- bug_report.txt 27 Mar 2007 15:47:30 -0000 1.1 +++ bug_report.txt 29 Apr 2007 12:22:40 -0000 1.2 @@ -5,3 +5,11 @@ ==fpu_v17== 1)Corrected bug related to adding two denormalized operands. + +==fpu_v18== +1)post_norm_addsub.vhd: Restructured and fixed a bug +2)fpu.vhd: Altered add/sub COUNT +3)tb_fpu.vhd: Added some boundary values. + +==fpu_v19== 26. April 2007 +1)A minor bug was found and corrected when the serial multiplier is used (thanks to Chris Basson!) 1.3 jop/vhdl/fpu/fpu.vhd http://www.opencores.org/cvsweb.shtml/jop/vhdl/fpu/fpu.vhd.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: fpu.vhd =================================================================== RCS file: /cvsroot/martin/jop/vhdl/fpu/fpu.vhd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- fpu.vhd 27 Mar 2007 15:47:30 -0000 1.2 +++ fpu.vhd 29 Apr 2007 12:22:40 -0000 1.3 @@ -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
|
 |