Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 11 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | * Added the 'write UCF' command for |
8 | * Added the 'write UCF' command for |
9 | * listing pin assignments in Xilinx UCF file format |
9 | * listing pin assignments in Xilinx UCF file format |
10 | * |
10 | * |
11 | */ |
11 | */ |
12 | 12 | ||
13 | extern void print_UCF_instance (FILE *f, socket_t *dev, int All); |
13 | extern void print_UCF_instance(FILE * f,socket_t * dev, int All); |
- | 14 | ||
- | 15 |