|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Jul 22 13:40:26 CEST 2006
Subject: [cvs-checkins] MODIFIED: fpu100 ...
Date: 00/06/07 22:13:40 Modified: fpu100 fpu.vhd Log: no message Revision Changes Path 1.4 fpu100/fpu.vhd http://www.opencores.org/cvsweb.shtml/fpu100/fpu.vhd.diff?r1=1.3&r2=1.4 (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.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- fpu.vhd 28 May 2006 23:21:26 -0000 1.3 +++ fpu.vhd 22 Jul 2006 11:40:26 -0000 1.4 @@ -372,7 +372,7 @@ if s_start_i ='1' then s_state <= busy; s_count <= 0; - elsif s_count=5 and ((fpu_op_i="000") or (fpu_op_i="001")) then + elsif s_count=6 and ((fpu_op_i="000") or (fpu_op_i="001")) then s_state <= waiting; ready_o <= '1'; s_count <=0;
|