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

Subversion Repositories t400

[/] [t400/] [trunk/] [rtl/] [vhdl/] [t400_comp_pack-p.vhd] - Diff between revs 102 and 112

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

Rev 102 Rev 112
Line 1... Line 1...
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--
--
-- $Id: t400_comp_pack-p.vhd,v 1.6 2006-06-05 14:20:34 arniml Exp $
-- $Id: t400_comp_pack-p.vhd,v 1.7 2006-06-05 20:31:56 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 274... Line 274...
  component t400_io_g
  component t400_io_g
    generic (
    generic (
      opt_out_type_3_g : integer := t400_opt_out_type_std_c;
      opt_out_type_3_g : integer := t400_opt_out_type_std_c;
      opt_out_type_2_g : integer := t400_opt_out_type_std_c;
      opt_out_type_2_g : integer := t400_opt_out_type_std_c;
      opt_out_type_1_g : integer := t400_opt_out_type_std_c;
      opt_out_type_1_g : integer := t400_opt_out_type_std_c;
      opt_out_type_0_g : integer := t400_opt_out_type_std_c
      opt_out_type_0_g : integer := t400_opt_out_type_std_c;
 
      opt_microbus_g   : integer := t400_opt_no_microbus_c
    );
    );
    port (
    port (
      -- System Interface -----------------------------------------------------
      -- System Interface -----------------------------------------------------
      ck_i       : in  std_logic;
      ck_i       : in  std_logic;
      ck_en_i    : in  boolean;
      ck_en_i    : in  boolean;
      por_i      : in  boolean;
      por_i      : in  boolean;
      res_i      : in  boolean;
      res_i      : in  boolean;
 
      cs_n_i     : in  std_logic;
 
      wr_n_i     : in  std_logic;
      -- Control Interface ----------------------------------------------------
      -- Control Interface ----------------------------------------------------
      op_i       : in  io_g_op_t;
      op_i       : in  io_g_op_t;
      m_i        : in  dw_t;
      m_i        : in  dw_t;
      dec_data_i : in  dec_data_t;
      dec_data_i : in  dec_data_t;
      -- Port G Interface -----------------------------------------------------
      -- Port G Interface -----------------------------------------------------
Line 361... Line 364...
 
 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- File History:
-- File History:
--
--
-- $Log: not supported by cvs2svn $
-- $Log: not supported by cvs2svn $
 
-- Revision 1.6  2006/06/05 14:20:34  arniml
 
-- interface comments added
 
--
-- Revision 1.5  2006/05/27 19:11:33  arniml
-- Revision 1.5  2006/05/27 19:11:33  arniml
-- updates for interrupt support
-- updates for interrupt support
--
--
-- Revision 1.4  2006/05/22 00:03:08  arniml
-- Revision 1.4  2006/05/22 00:03:08  arniml
-- io_in added
-- io_in added

powered by: WebSVN 2.1.0

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