diff --git a/lib/CPUs/MIPS/src/tb_mips_top.vhd b/lib/CPUs/MIPS/src/tb_mips_top.vhd index 87ea97e..9c80e43 100644 --- a/lib/CPUs/MIPS/src/tb_mips_top.vhd +++ b/lib/CPUs/MIPS/src/tb_mips_top.vhd @@ -394,7 +394,7 @@ SRAM_WRITE: FLASH_READ: process(rst, flash_cs_n, flash_oe_n, flash_a) type file_t is file of integer; - file load_flash : file_t open read_mode is "lwl.flash.bin"; + file load_flash : file_t open read_mode is "ucb.elf.flash.bin"; variable instr : integer; variable index : natural; variable temp : signed(31 downto 0); @@ -441,7 +441,7 @@ STIMULUS: process rst <= '0'; wait for 778254*CLK_PERIOD; wait until rising_edge(clk); - nmi <= '1'; + nmi <= '0'; wait for 3000*CLK_PERIOD; wait until rising_edge(clk); nmi <= '0';