- Minor changes
git-svn-id: http://moon:8086/svn/vhdl/trunk@94 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -600,7 +600,7 @@ mem_mux:
|
|||||||
mem_area <= mem_ram;
|
mem_area <= mem_ram;
|
||||||
-- mem_area <= mem_ssram;
|
-- mem_area <= mem_ssram;
|
||||||
elsif (ADDR_O(31 downto 28) = X"8" or ADDR_O(30) = '1') then
|
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 if;
|
||||||
end process;
|
end process;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user