- use correct hello.elf.flash.bin

git-svn-id: http://moon:8086/svn/vhdl/trunk@1080 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-14 11:00:20 +00:00
parent db9e21023c
commit ff20480866
3 changed files with 2 additions and 14 deletions
-6
View File
@@ -328,10 +328,6 @@ inst_sram_port : entity work.async_port_wb
);
inst_uart : entity work.uart_wb
GENERIC MAP
(
simulate_tx => true
)
PORT MAP
(
CLK_I => clk,
@@ -399,8 +395,6 @@ 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 "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 "hello.elf.flash.bin";
variable instr : integer;
variable index : natural;