- 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
This commit is contained in:
2013-05-11 14:14:59 +00:00
parent e3e4d6bf01
commit 5bdfc99bc6
+1 -1
View File
@@ -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);