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@525 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-10-17 17:35:37 +00:00
parent a07b596168
commit fe950520b4
3 changed files with 1460 additions and 1456 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -388,7 +388,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 "rmd160_test.flash.bin";
file load_flash : file_t open read_mode is "lwl.flash.bin";
variable instr : integer;
variable index : natural;
variable temp : signed(31 downto 0);
@@ -432,7 +432,7 @@ STIMULUS: process
wait for 3*CLK_PERIOD;
wait until rising_edge(clk);
rst <= '0';
wait for 250000*CLK_PERIOD;
wait for 778254*CLK_PERIOD;
wait until rising_edge(clk);
nmi <= '1';
wait for 3000*CLK_PERIOD;