URL
https://opencores.org/ocsvn/t400/t400/trunk
[/] [t400/] [trunk/] [rtl/] [vhdl/] [t400_comp_pack-p.vhd] - Diff between revs 2 and 37
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 37 |
Line 1... |
Line 1... |
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
--
|
--
|
-- $Id: t400_comp_pack-p.vhd,v 1.1.1.1 2006-05-06 01:56:44 arniml Exp $
|
-- $Id: t400_comp_pack-p.vhd,v 1.2 2006-05-20 02:48:17 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 190... |
Line 190... |
bd_i : in dw_t;
|
bd_i : in dw_t;
|
is_lbi_i : in boolean;
|
is_lbi_i : in boolean;
|
a_i : in dw_t;
|
a_i : in dw_t;
|
m_i : in dw_t;
|
m_i : in dw_t;
|
g_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_o : out boolean;
|
skip_lbi_o : out boolean
|
skip_lbi_o : out boolean
|
);
|
);
|
end component;
|
end component;
|
|
|
Line 307... |
Line 307... |
sk_o : out std_logic;
|
sk_o : out std_logic;
|
sk_en_o : out std_logic
|
sk_en_o : out std_logic
|
);
|
);
|
end component;
|
end component;
|
|
|
|
component t400_timer
|
|
port (
|
|
-- System Interface -----------------------------------------------------
|
|
ck_i : in std_logic;
|
|
ck_en_i : in boolean;
|
|
por_i : in boolean;
|
|
icyc_en_i : in boolean;
|
|
-- Skip Interface -------------------------------------------------------
|
|
op_i : in skip_op_t;
|
|
c_o : out boolean
|
|
);
|
|
end component;
|
|
|
end t400_comp_pack;
|
end t400_comp_pack;
|
|
|
|
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
-- File History:
|
-- File History:
|
--
|
--
|
-- $Log: not supported by cvs2svn $
|
-- $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
|
|
--
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.