This commit was manufactured by cvs2svn to create tag 'R3'.

git-svn-id: http://moon:8086/svn/vhdl/tags/R3@40 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-10-10 21:25:18 +00:00
parent db98ad86d2
commit 72cc8491e7
261 changed files with 2 additions and 87601 deletions
+2 -2
View File
@@ -185,8 +185,8 @@ bus_out:
begin
if rising_edge(CLK_I) then
if RST_I = '1' then
-- ADDR_O <= (others => '0');
-- DAT_O <= (others => '0');
ADDR_O <= (others => '0');
DAT_O <= (others => '0');
WE_O <= '0';
SEL_O <= (others => '0');
elsif dmem_mem_gnt = '1' then