- FLASH alias at 0x00000000

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@380 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-03-14 16:38:07 +00:00
parent f643864e54
commit 5f24a7e1dc
+3 -3
View File
@@ -488,9 +488,9 @@ mem_mux:
process(ADDR_O)
begin
mem_area <= mem_dead;
-- if ADDR_O(31 downto 28) = X"0" then
-- mem_area <= mem_flash;
if ADDR_O(31 downto 28) = X"A" then
if ADDR_O(31 downto 28) = X"0" then
mem_area <= mem_flash;
elsif ADDR_O(31 downto 28) = X"A" then
if ADDR_O(27 downto 26) = "00" then
if ADDR_O(18 downto 16) = "000" then
mem_area <= mem_gpio;