- more mem

- new hello.elf

git-svn-id: http://moon:8086/svn/vhdl/trunk@1638 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-04-07 20:56:48 +00:00
parent 0ee3ddfd03
commit 66f1340c35
2 changed files with 3 additions and 2 deletions
Binary file not shown.
+3 -2
View File
@@ -39,8 +39,8 @@ ARCHITECTURE behavior OF tb_mips_top IS
constant SYS_FREQ : real := 100.0;
constant CLK_PERIOD : time := 10 ns;
constant SRAM_ADDR_WIDTH : integer := 17; -- bits
constant FLASH_ADDR_WIDTH : integer := 17; -- bits
constant SRAM_ADDR_WIDTH : integer := 18; -- bits
constant FLASH_ADDR_WIDTH : integer := 18; -- bits
signal debug : unsigned(1 downto 0);
@@ -224,6 +224,7 @@ uut: entity work.mips_top
);
INT(1) <= int_uart;
INT(5) <= int_timer;
INT(2) <= '1';
inst_rom : entity work.rom_wb
PORT MAP