From 2316880678ccd5c6f20838d2e7edb9707b464b5e Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 8 Aug 2009 12:39:01 +0000 Subject: [PATCH] minor changes 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@483 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/tb_mips_top.vhd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/CPUs/MIPS/src/tb_mips_top.vhd b/lib/CPUs/MIPS/src/tb_mips_top.vhd index 5f89946..4b28f69 100644 --- a/lib/CPUs/MIPS/src/tb_mips_top.vhd +++ b/lib/CPUs/MIPS/src/tb_mips_top.vhd @@ -386,7 +386,7 @@ 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 "hello.flash.bin"; + file load_flash : file_t open read_mode is "rmd160_test.flash.bin"; variable instr : integer; variable index : natural; variable temp : signed(31 downto 0); @@ -427,6 +427,12 @@ STIMULUS: process begin + wait for 3*CLK_PERIOD; + wait until rising_edge(clk); + rst <= '0'; + wait for 50000*CLK_PERIOD; + wait until rising_edge(clk); + rst <= '0'; wait for 3*CLK_PERIOD; wait until rising_edge(clk); rst <= '0';