From 132bbf099110e1f1372841a816bf3e7f82efed0b Mon Sep 17 00:00:00 2001 From: jens Date: Wed, 7 Sep 2022 19:10:50 +0200 Subject: [PATCH] tb_mips_top: Use hello.elf --- lib/CPUs/MIPS/src/tb_mips_top.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CPUs/MIPS/src/tb_mips_top.vhd b/lib/CPUs/MIPS/src/tb_mips_top.vhd index f03fb02..bf49e1c 100644 --- a/lib/CPUs/MIPS/src/tb_mips_top.vhd +++ b/lib/CPUs/MIPS/src/tb_mips_top.vhd @@ -477,8 +477,9 @@ 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 "hello.elf.flash.bin"; -- file load_flash : file_t open read_mode is "test_tlb_sim.elf.flash.bin"; - file load_flash : file_t open read_mode is "test_exception_sim.elf.flash.bin"; +-- file load_flash : file_t open read_mode is "test_exception_sim.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_sim.elf.flash.bin"; -- file load_flash : file_t open read_mode is "dhry.flash.bin";