From 2a83979a5b6253ebf0c94a1d79901a4ee590daff Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 28 Jul 2013 19:51:04 +0000 Subject: [PATCH] - added WE_I for rom 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@988 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/tb_mips_top.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CPUs/MIPS/src/tb_mips_top.vhd b/lib/CPUs/MIPS/src/tb_mips_top.vhd index 587254f..842c073 100644 --- a/lib/CPUs/MIPS/src/tb_mips_top.vhd +++ b/lib/CPUs/MIPS/src/tb_mips_top.vhd @@ -232,6 +232,7 @@ inst_rom : entity work.rom_wb RST_I => rst, CYC_I => CYC_I_rom, STB_I => STB_O, + WE_I => WE_O, ACK_O => ACK_O_rom, MRDY_I => MRDY_O, SRDY_O => SRDY_O_rom, @@ -399,7 +400,7 @@ 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_dcache.flash.bin"; +-- file load_flash : file_t open read_mode is "test_timer.flash.bin"; variable instr : integer; variable index : natural; variable temp : signed(31 downto 0);