[Armadeus-commitlog] SF.net SVN: armadeus: [638] trunk/firmware/PS2
Brought to you by:
sszy
|
From: <th...@us...> - 2007-09-06 10:04:37
|
Revision: 638
http://armadeus.svn.sourceforge.net/armadeus/?rev=638&view=rev
Author: thom25
Date: 2007-09-06 03:04:39 -0700 (Thu, 06 Sep 2007)
Log Message:
-----------
fix read bug
Modified Paths:
--------------
trunk/firmware/PS2/PS2.ise
trunk/firmware/PS2/PS2_top.vhd
trunk/firmware/PS2/ps2_top.bit
Modified: trunk/firmware/PS2/PS2.ise
===================================================================
(Binary files differ)
Modified: trunk/firmware/PS2/PS2_top.vhd
===================================================================
--- trunk/firmware/PS2/PS2_top.vhd 2007-09-05 11:05:41 UTC (rev 637)
+++ trunk/firmware/PS2/PS2_top.vhd 2007-09-06 10:04:39 UTC (rev 638)
@@ -153,7 +153,7 @@
case AddrxDI is
when "0000000000000" =>
DataOutRAMxD <= "00" & data_count(1 downto 0) & "0000" & "00" & valid & overflow & full & almost_full & empty & almost_empty;
- when "0000000000001" =>
+ when "0000000000010" =>
DataOutRAMxD <= "00000000" & dout;
if readAccessPulse = '0' then
readAccessPulseFiFo <= '0';
Modified: trunk/firmware/PS2/ps2_top.bit
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|