- 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:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user