Stefan Schuermans commited on 2012-03-24 19:04:32 Showing 2 changed files, with 2 additions and 2 deletions.
@@ -3,7 +3,7 @@ SECTIONS
. = 0x00000000;
.rom : {
*(.text)
- . = 0x00002000;
+ . = 0x00004000;
}
. = 0x00010000;
.ram : {
@@ -26,7 +26,7 @@ END ENTITY e_system;
ARCHITECTURE a_system OF e_system IS
- CONSTANT c_instr_addr_width: natural := 13;
+ CONSTANT c_instr_addr_width: natural := 14;
CONSTANT c_data_addr_width: natural := 13;
SIGNAL rst: std_logic := '0';