library ieee;  use ieee.std_logic_1164.all;
use work.dlx_types.all;

entity dlx is

  generic ( Tpd_clk_out : delay_length;
            debug : dlx_debug_control := none );

  port ( phi1, phi2 : in std_logic;
         reset : in std_logic;
         halt : out std_logic;
         a : out dlx_address;
         d : inout dlx_word;
         width : out dlx_mem_width;
         write_enable : out std_logic;
         ifetch : out std_logic;
         mem_enable : out std_logic;
         ready : in std_logic );

end entity dlx;

<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>