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

Subversion Repositories xmatchpro

[/] [xmatchpro/] [trunk/] [xmw4-comdec/] [xmatch_sim7/] [lib/] [dzx/] [attributes_pkg.vhd] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 eejlny
-------------------------------------------------------------------------------
2
--
3
-- Copyright (c) 1994 by AT&T. All rights reserved.
4
--
5
-- This source file may be used and distributed without restriction
6
-- provided that this copyright statement is not removed from the file
7
-- and that any derivative work contains this copyright notice.
8
--
9
-- Package name: ATTRIBUTES
10
-- File name   : attributes.vhdl
11
--
12
-- Updates:
13
 
14
--D  sccsid @(#)attributes.vhdl 1.5 daisy(C) 2/13/95 /files1/SCCS.model/bvhdl/vhdl_packages/dzx/src/s.attributes.vhdl
15
-------------------------------------------------------------------------------
16
 
17
package ATTRIBUTES is
18
 constant dic_size : integer := 15;
19
  -- Clock attributes:
20
  -- No need for a attribute indicating what is a clock, since any
21
  -- signal can be a clock.
22
  attribute INITIAL_VALUE: CHARACTER; -- only 'L' or 'H'.
23
  attribute DELAY_TIME: REAL;
24
  attribute PULSE_WIDTH: REAL;
25
  attribute TIME_PERIOD: REAL;
26
  attribute MAX_SKEW: REAL;
27
  attribute MAX_SKEW_RISING: REAL;
28
  attribute MAX_SKEW_FALLING: REAL;
29
  attribute MIN_SKEW: REAL;
30
  attribute MIN_SKEW_RISING: REAL;
31
  attribute MIN_SKEW_FALLING: REAL;
32
 
33
  -- Input port attributes:
34
  attribute ARR_TIME: REAL;
35
  attribute ARR_TIME_RISING: REAL;
36
  attribute ARR_TIME_FALLING: REAL;
37
  attribute ARR_TIME_CLK: STRING;
38
  attribute ARR_TIME_CLK_RISING: STRING;
39
  attribute ARR_TIME_CLK_FALLING: STRING;
40
  attribute DRIVE_STR: REAL;
41
  attribute DRIVE_STR_RISING: REAL;
42
  attribute DRIVE_STR_FALLING: REAL;
43
  attribute SLOPE: REAL;
44
  attribute SLOPE_RISING: REAL;
45
  attribute SLOPE_FALLING: REAL;
46
 
47
  -- Output port attributes:
48
  attribute CAP_LOAD: REAL;
49
  attribute MAX_REQD_TIME: REAL;
50
  attribute MIN_REQD_TIME: REAL;
51
  attribute MAX_REQD_TIME_RISING: REAL;
52
  attribute MIN_REQD_TIME_RISING: REAL;
53
  attribute MAX_REQD_TIME_FALLING: REAL;
54
  attribute MIN_REQD_TIME_FALLING: REAL;
55
  attribute MAX_REQD_TIME_CLK: STRING;
56
  attribute MIN_REQD_TIME_CLK: STRING;
57
 
58
  attribute MAX_REQD_TIME_CLK_RISING: STRING;
59
  attribute MIN_REQD_TIME_CLK_RISING: STRING;
60
  attribute MAX_REQD_TIME_CLK_FALLING: STRING;
61
  attribute MIN_REQD_TIME_CLK_FALLING: STRING;
62
 
63
  -- Entity attributes:
64
  attribute MAX_AREA: REAL;
65
 
66
  -- Merge attribute to collapse hierarchy:
67
  attribute MERGE: BOOLEAN;
68
 
69
  -- External name attribute:
70
  attribute EXTNAME: STRING;
71
 
72
  -- Built_in operators attribute:
73
  attribute BUILT_IN_OPERATORS: BOOLEAN;
74
 
75
  -- Attributes and type for specifying RTL binding and structure info:
76
  type RTL_LABEL is range 0 to 0;
77
  attribute RTL_BINDING: STRING;
78
  attribute RTL_STRUCTURE: STRING;
79
end ATTRIBUTES;
80
 

powered by: WebSVN 2.1.0

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