- 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:
@@ -488,9 +488,9 @@ mem_mux:
|
|||||||
process(ADDR_O)
|
process(ADDR_O)
|
||||||
begin
|
begin
|
||||||
mem_area <= mem_dead;
|
mem_area <= mem_dead;
|
||||||
-- if ADDR_O(31 downto 28) = X"0" then
|
if ADDR_O(31 downto 28) = X"0" then
|
||||||
-- mem_area <= mem_flash;
|
mem_area <= mem_flash;
|
||||||
if ADDR_O(31 downto 28) = X"A" then
|
elsif ADDR_O(31 downto 28) = X"A" then
|
||||||
if ADDR_O(27 downto 26) = "00" then
|
if ADDR_O(27 downto 26) = "00" then
|
||||||
if ADDR_O(18 downto 16) = "000" then
|
if ADDR_O(18 downto 16) = "000" then
|
||||||
mem_area <= mem_gpio;
|
mem_area <= mem_gpio;
|
||||||
|
|||||||
Reference in New Issue
Block a user