[tb_mips_top]
- hello working git-svn-id: http://moon:8086/svn/vhdl/trunk@1075 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -400,8 +400,8 @@ FLASH_READ:
|
|||||||
process(rst, flash_cs_n, flash_oe_n, flash_a)
|
process(rst, flash_cs_n, flash_oe_n, flash_a)
|
||||||
type file_t is file of integer;
|
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 "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_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 "hello.elf.flash.bin";
|
||||||
variable instr : integer;
|
variable instr : integer;
|
||||||
variable index : natural;
|
variable index : natural;
|
||||||
variable temp : signed(31 downto 0);
|
variable temp : signed(31 downto 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user