From 2d7ca921d421e9416e6bb75930ad443ed199bbad Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 7 Feb 2015 08:00:29 +0000 Subject: [PATCH] [tb_mips_top] - hello working git-svn-id: http://moon:8086/svn/vhdl/trunk@1075 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/tb_mips_top.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CPUs/MIPS/src/tb_mips_top.vhd b/lib/CPUs/MIPS/src/tb_mips_top.vhd index 16cc8a2..3426f40 100644 --- a/lib/CPUs/MIPS/src/tb_mips_top.vhd +++ b/lib/CPUs/MIPS/src/tb_mips_top.vhd @@ -400,8 +400,8 @@ 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 "ucb.elf.flash.bin"; - file load_flash : file_t open read_mode is "test_timer.elf.flash.bin"; --- file load_flash : file_t open read_mode is "test_dcache.flash.bin"; +-- file load_flash : file_t open read_mode is "test_timer.elf.flash.bin"; + file load_flash : file_t open read_mode is "hello.elf.flash.bin"; variable instr : integer; variable index : natural; variable temp : signed(31 downto 0);