Minor changes
git-svn-id: http://moon:8086/svn/vhdl/trunk@37 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user