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

Subversion Repositories tdm

[/] [tdm/] [tags/] [arelease/] [code/] [libs/] [components_pkg.vhd] - Blame information for rev 2

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 khatib
-------------------------------------------------------------------------------
2
-- Title      : ISDN tdm controller
3
-- Project    : TDM controller
4
-------------------------------------------------------------------------------
5
-- File       : components_pkg.vhd
6
-- Author     : Jamil Khatib  <khatib@ieee.org>
7
-- Organization:  OpenCores.org
8
-- Created    : 2001/05/06
9
-- Last update:2001/05/06
10
-- Platform   : 
11
-- Simulators  : NC-sim/linux, Modelsim XE/windows98
12
-- Synthesizers: Leonardo
13
-- Target      : 
14
-- Dependency  : ieee.std_logic_1164
15
-------------------------------------------------------------------------------
16
-- Description:  tdm components
17
-------------------------------------------------------------------------------
18
-- Copyright (c) 2001  Jamil Khatib
19
-- 
20
-- This VHDL design file is an open design; you can redistribute it and/or
21
-- modify it and/or implement it after contacting the author
22
-- You can check the draft license at
23
-- http://www.opencores.org/OIPC/license.shtml
24
-------------------------------------------------------------------------------
25
-- Revisions  :
26
-- Revision Number :   1
27
-- Version         :   0.1
28
-- Date            :  2001/05/06
29
-- Modifier        :  Jamil Khatib  <khatib@ieee.org>
30
-- Desccription    :  Created
31
-- ToOptimize      :
32
-- Known Bugs      : 
33
-------------------------------------------------------------------------------
34
-- $Log: not supported by cvs2svn $
35
--
36
-------------------------------------------------------------------------------
37
 
38
LIBRARY ieee;
39
USE ieee.std_logic_1164.ALL;
40
 
41
PACKAGE components_pkg IS
42
 
43
  COMPONENT isdn_cont_ent
44
    PORT (
45
      rst_n     : in  std_logic;
46
      C2        : in  std_logic;
47
      DSTi      : in  std_logic;
48
      DSTo      : out std_logic;
49
      F0_n      : in  std_logic;
50
      F0od_n    : out std_logic;
51
      HDLCen1   : out std_logic;
52
      HDLCen2   : out std_logic;
53
      HDLCen3   : out std_logic;
54
      HDLCTxen1 : out std_logic;
55
      HDLCTxen2 : out std_logic;
56
      HDLCTxen3 : out std_logic;
57
      Dout      : out std_logic;
58
      Din1      : in  std_logic;
59
      Din2      : in  std_logic;
60
      Din3      : in  std_logic);
61
  END COMPONENT;
62
 
63
 
64
END components_pkg;

powered by: WebSVN 2.1.0

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