Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
11 | mjames | 1 | /* |
2 | * $Id: bundle.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $ |
||
2 | mjames | 3 | * |
4 | * $Log: bundle.h,v $ |
||
5 | * Revision 1.1.1.1 2003/11/04 23:34:57 mjames |
||
6 | * Imported into local repositrory |
||
7 | * |
||
8 | * Revision 1.3 2001/11/19 10:41:53 mjames |
||
9 | * Merged back DTC release |
||
10 | * |
||
11 | * Revision 1.2.2.1 2001/11/16 15:14:39 mjames |
||
12 | * Removed extra comment |
||
13 | * |
||
14 | * Revision 1.2 2001/10/31 22:19:58 mjames |
||
15 | * Tidying up problematical comments caused by CVS |
||
16 | * 'intelligent' comment guessing |
||
17 | * |
||
18 | * Revision 1.1 2001/09/12 21:27:08 mjames |
||
19 | * Bundling for Certify .vb files. Bundle up all wires on a connector into a bus |
||
20 | * with the same name as the connector and a width the same as the pins |
||
21 | * on the connector |
||
22 | * */ |
||
23 | |||
11 | mjames | 24 | extern void wildcard_bundle(char * chip_id_template, int create_or_delete) ; |