OpenCores
URL https://opencores.org/ocsvn/t400/t400/trunk

Subversion Repositories t400

[/] [t400/] [trunk/] [rtl/] [vhdl/] [t400_io_l.vhd] - Diff between revs 103 and 114

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 103 Rev 114
Line 1... Line 1...
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--
--
-- The L port controller.
-- The L port controller.
--
--
-- $Id: t400_io_l.vhd,v 1.3 2006-06-05 14:21:21 arniml Exp $
-- $Id: t400_io_l.vhd,v 1.4 2006-06-05 20:33:24 arniml Exp $
--
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
--
-- All rights reserved
-- All rights reserved
--
--
Line 124... Line 124...
            null;
            null;
        end case;
        end case;
      end if;
      end if;
 
 
      -- Microbus functionality
      -- Microbus functionality
      if opt_microbus_g = t400_opt_microbus_c then
      if opt_microbus_g = t400_opt_microbus_c and
        if in_en_i and
 
           cs_n_i = '0' and wr_n_i = '0' then
           cs_n_i = '0' and wr_n_i = '0' then
          q_q <= to_X01(io_l_i);
          q_q <= to_X01(io_l_i);
        end if;
        end if;
      end if;
      end if;
    end if;
 
  end process q_reg;
  end process q_reg;
  --
  --
  -----------------------------------------------------------------------------
  -----------------------------------------------------------------------------
 
 
 
 
Line 219... Line 217...
 
 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- File History:
-- File History:
--
--
-- $Log: not supported by cvs2svn $
-- $Log: not supported by cvs2svn $
 
-- Revision 1.3  2006/06/05 14:21:21  arniml
 
-- latch io_l_i upon input enable trigger
 
--
-- Revision 1.2  2006/05/23 01:14:28  arniml
-- Revision 1.2  2006/05/23 01:14:28  arniml
-- use to_X01 for primary input bus
-- use to_X01 for primary input bus
--
--
-- Revision 1.1.1.1  2006/05/06 01:56:44  arniml
-- Revision 1.1.1.1  2006/05/06 01:56:44  arniml
-- import from local CVS repository, LOC_CVS_0_1
-- import from local CVS repository, LOC_CVS_0_1

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.