- Minor changes

git-svn-id: http://moon:8086/svn/vhdl/trunk@94 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-10-21 19:32:11 +00:00
parent 5bd0c6ea4a
commit a5f0a35f80
+1 -1
View File
@@ -600,7 +600,7 @@ mem_mux:
mem_area <= mem_ram;
-- mem_area <= mem_ssram;
elsif (ADDR_O(31 downto 28) = X"8" or ADDR_O(30) = '1') then
mem_area <= mem_ssram;
mem_area <= mem_sdram;
end if;
end process;