|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Nov 25 20:32:49 CET 2005
Subject: [cvs-checkins] MODIFIED: t51 ...
Date: 00/05/11 25:20:32 Modified: t51/rtl/vhdl T8052.vhd Log: bugfix for two subsequent movx instructions Revision Changes Path 1.4 t51/rtl/vhdl/T8052.vhd http://www.opencores.org/cvsweb.shtml/t51/rtl/vhdl/T8052.vhd.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: T8052.vhd =================================================================== RCS file: /cvsroot/andreas/t51/rtl/vhdl/T8052.vhd,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- T8052.vhd 30 Aug 2005 17:17:15 -0000 1.3 +++ T8052.vhd 25 Nov 2005 19:32:48 -0000 1.4 @@ -206,7 +206,7 @@ end if; end process; - XRAM_Addr <= RAM_Addr_r when RAM_Wr='1' else RAM_Addr; + XRAM_Addr <= RAM_Addr_r; ExAddr <= XRAM_Addr;
|