- use old bootloader and run dhrystone
git-svn-id: http://moon:8086/svn/vhdl/trunk@1157 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -37,7 +37,7 @@ vcom -explicit -93 "../../../lib/CPUs/MIPS/src/core/mips_dcache.vhd"
|
|||||||
vcom -explicit -93 "../../../lib/CPUs/MIPS/src/core/mips_icache.vhd"
|
vcom -explicit -93 "../../../lib/CPUs/MIPS/src/core/mips_icache.vhd"
|
||||||
vcom -explicit -93 "../../../lib/CPUs/MIPS/src/core/mips_biu.vhd"
|
vcom -explicit -93 "../../../lib/CPUs/MIPS/src/core/mips_biu.vhd"
|
||||||
vcom -explicit -93 "../../../lib/CPUs/MIPS/src/core/mips_top.vhd"
|
vcom -explicit -93 "../../../lib/CPUs/MIPS/src/core/mips_top.vhd"
|
||||||
vcom -explicit -93 "../src/bootloader_flash.ROM.vhd"
|
vcom -explicit -93 "../src/bootloader.ROM.vhd"
|
||||||
vcom -explicit -93 "../../../lib/misc/rom_wb.vhd"
|
vcom -explicit -93 "../../../lib/misc/rom_wb.vhd"
|
||||||
|
|
||||||
# VGA
|
# VGA
|
||||||
|
|||||||
@@ -367,7 +367,7 @@ ac97_clk_gen : PROCESS
|
|||||||
|
|
||||||
FLASH_READ: process(sys_rst_n_in, sys_flash_ce, sys_flash_ssram_oe_n, sys_flash_ssram_a)
|
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;
|
type file_t is file of integer;
|
||||||
file load_flash : file_t open read_mode is "test_dcache_sim.elf.flash.bin";
|
file load_flash : file_t open read_mode is "dhry.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);
|
||||||
|
|||||||
Reference in New Issue
Block a user