- Loads image for bugfix: instructions uncached LW => cached LW (with cache-miss) was buggy.
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@682 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -394,7 +394,7 @@ SRAM_WRITE:
|
|||||||
FLASH_READ:
|
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 "lwl.flash.bin";
|
file load_flash : file_t open read_mode is "ucb.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);
|
||||||
@@ -441,7 +441,7 @@ STIMULUS: process
|
|||||||
rst <= '0';
|
rst <= '0';
|
||||||
wait for 778254*CLK_PERIOD;
|
wait for 778254*CLK_PERIOD;
|
||||||
wait until rising_edge(clk);
|
wait until rising_edge(clk);
|
||||||
nmi <= '1';
|
nmi <= '0';
|
||||||
wait for 3000*CLK_PERIOD;
|
wait for 3000*CLK_PERIOD;
|
||||||
wait until rising_edge(clk);
|
wait until rising_edge(clk);
|
||||||
nmi <= '0';
|
nmi <= '0';
|
||||||
|
|||||||
Reference in New Issue
Block a user