Subversion Repositories Vertical

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
/* $Id: print_vlog.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
2
 *
3
 * $Log: print_vlog.h,v $
4
 * Revision 1.1.1.1  2003/11/04 23:34:57  mjames
5
 * Imported into local repositrory
6
 *
7
 * Revision 1.5  2002/09/18 08:51:03  mjames
8
 * Exported all functions used elsewhere
9
 *
10
 * Revision 1.4  2001/11/19 10:41:35  mjames
11
 * Merged back DTC release
12
 *
13
 * Revision 1.3.2.1  2001/11/16 12:01:50  mjames
14
 * Added a declaration of an exported function, removed spaces
15
 *
16
 * Revision 1.3  2001/10/31 22:20:13  mjames
17
 * Tidying up problematical comments caused by CVS
18
 * 'intelligent' comment guessing
19
 *
20
 * Revision 1.2  2001/06/06 12:10:19  mjames
21
 * Move from HPUX
22
 *
23
 * Revision 1.1.1.1  2000/10/19 21:58:39  mjames
24
 * Mike put it here
25
 *
26
 *
27
 * Revision 1.13  2000/10/04  10:37:15  10:37:15  mjames (Mike James)
28
 * Modified for Vertical2 : support COMPONENTS and SIGNALS
29
 *
30
 * Revision 1.13  2000/10/04  10:37:15  10:37:15  mjames (Mike James)
31
 * Part of Release PSAVAT01
32
 *
33
 * Revision 1.12  2000/10/02  11:04:18  11:04:18  mjames (Mike James)
34
 * new_vhdl
35
 *
36
 * Revision 1.11  2000/09/27  14:42:31  14:42:31  mjames (Mike James)
37
 * Part of Release Sep_27_ST_2000
38
 *
39
 * Revision 1.10  2000/09/21  10:16:01  10:16:01  mjames (Mike James)
40
 * Part of Release Sep21Alpha
41
 *
42
 * Revision 1.9  2000/08/25  09:57:24  09:57:24  mjames (Mike James)
43
 * Part of Release Aug25_alpha
44
 *
45
 * Revision 1.8  2000/08/16  08:57:40  08:57:40  mjames (Mike James)
46
 * Part of Release CD01_Aug2000
47
 *
48
 * Revision 1.7  2000/08/14  14:45:19  14:45:19  mjames (Mike James)
49
 * Part of Release Aug_14_2000
50
 *
51
 * Revision 1.6  2000/08/11  08:30:40  08:30:40  mjames (Mike James)
52
 * Part of Release Aug_11_2000
53
 *
54
 * Revision 1.5  2000/08/09  10:31:58  10:31:58  mjames (Mike James)
55
 * Part of Release Aug__9_2000
56
 *
57
 * Revision 1.4  2000/05/31  11:43:12  11:43:12  mjames (Mike James)
58
 * Part of Release May_31_2000
59
 *
60
 * Revision 1.3  2000/05/08  17:01:47  17:01:47  mjames (Mike James)
61
 * Part of Release May__8_2000
62
 *
63
 * Revision 1.2  2000/05/08  16:59:40  16:59:40  mjames (Mike James)
64
 * Part of Release May__8_2000
65
 *
66
 * Revision 1.1  99/11/23  13:52:58  13:52:58  mjames (Mike James)
67
 * Initial revision
68
 *
69
 * Revision 1.1  1999/11/02 10:04:57  Mike_on_acorn
70
 * Initial revision
71
 */
72
extern void print_VLOG_component (FILE *f, socket_t *dev, int All);
73
 
74
extern void print_VLOG_instance (FILE *f, socket_t *dev, int All);
75
 
76
extern void produce_VLOG (FILE *f, char *entityname, char *template);
77
 
78
extern void clr_type_seen (void);
79
 
80
/* Certify specific stuff */
81
/* this copies declaration directives over */
82
extern void assign_declaration_directives (socket_t *skt, generic_info_t *list);