Minor changes

git-svn-id: http://moon:8086/svn/vhdl/trunk@37 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-10-09 18:23:28 +00:00
parent beca7f7ec8
commit 3015a0c6de
+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