library ieee;  use ieee. std_logic_1164.all;

use work.dlx_types.all;

entity memory is

  generic ( mem_size : positive;
            Tac_first : delay_length;
            Tac_burst : delay_length;
	    Tpd_clk_out : delay_length;
	    load_file_name : string := "dlx.out" );

  port ( phi1, phi2 : in std_logic;
      	 a : in dlx_address;
	 d : inout dlx_word;
	 width : in dlx_mem_width;
	 write_enable : in std_logic;
         burst : in std_logic := '0';
	 mem_enable : in std_logic;
	 ready : out std_logic );

end entity memory;

<div align="center"><br /><script type="text/javascript"><!--
google_ad_client = "pub-7293844627074885";
//468x60, Created at 07. 11. 25
google_ad_slot = "8619794253";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />&nbsp;</div>