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

Subversion Repositories t400

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 53 to Rev 54
    Reverse comparison

Rev 53 → Rev 54

/trunk/rtl/vhdl/t400_io_l.vhd
2,7 → 2,7
--
-- The L port controller.
--
-- $Id: t400_io_l.vhd,v 1.1.1.1 2006-05-06 01:56:44 arniml Exp $
-- $Id: t400_io_l.vhd,v 1.2 2006-05-23 01:14:28 arniml Exp $
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
127,7 → 127,7
-- Microbus functionality
if opt_microbus_g = t400_opt_microbus_c then
if cs_n_i = '0' and wr_n_i = '0' then
q_q <= io_l_i;
q_q <= to_X01(io_l_i);
end if;
end if;
end if;
139,7 → 139,7
-----------------------------------------------------------------------------
-- Multiplexer providing read data to the system.
-----------------------------------------------------------------------------
q_o <= io_l_i
q_o <= to_X01(io_l_i)
when op_i = IOL_OUTPUT_L else
q_q;
 
219,4 → 219,7
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.1.1.1 2006/05/06 01:56:44 arniml
-- 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.