- Added VGA master/slave

git-svn-id: http://moon:8086/svn/vhdl/trunk@62 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-10-16 23:12:14 +00:00
parent 225e0d5eeb
commit 1c499c6b34
3 changed files with 526 additions and 254 deletions
+1 -1
View File
@@ -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);