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 35 to Rev 36
    Reverse comparison

Rev 35 → Rev 36

/trunk/rtl/vhdl/t400_skip.vhd
3,7 → 3,7
-- The skip unit.
-- Skip conditions are checked here and communicated to the decoder unit.
--
-- $Id: t400_skip.vhd,v 1.1.1.1 2006-05-06 01:56:45 arniml Exp $
-- $Id: t400_skip.vhd,v 1.2 2006-05-20 02:47:52 arniml Exp $
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
65,7 → 65,7
a_i : in dw_t;
m_i : in dw_t;
g_i : in dw_t;
tim_c_i : in std_logic;
tim_c_i : in boolean;
skip_o : out boolean;
skip_lbi_o : out boolean
);
160,7 → 160,7
 
-- skip on timer carry --------------------------------------------
when SKIP_TIMER =>
-- NOT YET IMPLEMENTED!
skip_next_q <= tim_c_i;
null;
 
when others =>
187,4 → 187,7
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.1.1.1 2006/05/06 01:56:45 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.