- Added VGA master/slave
git-svn-id: http://moon:8086/svn/vhdl/trunk@62 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -203,7 +203,7 @@ CLK_GEN: process
|
||||
|
||||
UROM_READ: process(sys_rst_n_in, sys_user_rom_clk)
|
||||
type file_t is file of integer;
|
||||
file load_urom : file_t open read_mode is "test_dcache.bin";
|
||||
file load_urom : file_t open read_mode is "test_bui.bin";
|
||||
variable instr : integer;
|
||||
variable index : natural;
|
||||
variable temp : signed(31 downto 0);
|
||||
|
||||
Reference in New Issue
Block a user