Subversion Repositories Vertical

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 11
Line 1... Line 1...
1
/*
1
/*
2
 * $Id: bundle.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
2
 * $Id: bundle.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
3
 *
3
 *
4
 * $Log: bundle.h,v $
4
 * $Log: bundle.h,v $
5
 * Revision 1.1.1.1  2003/11/04 23:34:57  mjames
5
 * Revision 1.1.1.1  2003/11/04 23:34:57  mjames
6
 * Imported into local repositrory
6
 * Imported into local repositrory
7
 *
7
 *
Line 19... Line 19...
19
 * Bundling for Certify .vb files. Bundle up all wires on a connector into a bus
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
20
 * with the same name as the connector and a width the same as the pins
21
 * on the connector
21
 * on the connector
22
 * */
22
 * */
23
 
23
 
24
extern void wildcard_bundle (char *chip_id_template, int create_or_delete);
24
extern void wildcard_bundle(char * chip_id_template, int create_or_delete)  ;