From 5bdfc99bc6895d3e671348d7ba108e259b94ebb4 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 11 May 2013 14:14:59 +0000 Subject: [PATCH] - use rom file blittertest_tb Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@963 cc03376c-175c-47c8-b038-4cd826a8556b --- projects/mips_sys/src/tb_mips_sys.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mips_sys/src/tb_mips_sys.vhd b/projects/mips_sys/src/tb_mips_sys.vhd index 0d666d2..c3a0bca 100644 --- a/projects/mips_sys/src/tb_mips_sys.vhd +++ b/projects/mips_sys/src/tb_mips_sys.vhd @@ -365,7 +365,7 @@ ac97_clk_gen : PROCESS FLASH_READ: process(sys_rst_n_in, sys_flash_ce, sys_flash_ssram_oe_n, sys_flash_ssram_a) type file_t is file of integer; - file load_flash : file_t open read_mode is "test_emac_sim.elf.flash.bin"; + file load_flash : file_t open read_mode is "blittertest_tb.elf.flash.bin"; variable instr : integer; variable index : natural; variable temp : signed(31 downto 0);