- use old bootloader and run dhrystone

git-svn-id: http://moon:8086/svn/vhdl/trunk@1157 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-22 22:10:13 +00:00
parent 7c1cc7980b
commit 22152cee0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -367,7 +367,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_dcache_sim.elf.flash.bin";
file load_flash : file_t open read_mode is "dhry.elf.flash.bin";
variable instr : integer;
variable index : natural;
variable temp : signed(31 downto 0);