[This information applies to the Multi-ICE, USB and RVI variants of progcards] Board files (name.brd) for progcards are generally written as one file per board. This simplifies re-programming of FPGAs and PLDs when boards are stacked together, as you do not need to have a board file for each possible combination of stacked boards. 'Skip' files are board files that represent a single board, for example a Logic Tile, or a platform board - these match TAPs but do not perform any programming. They allow progcards to show a menu item that misses or 'skips' programming of a particular board in a multi-board system. Example of a core tile skip file: [General] Name = Core Tile (Skip) Priority = 1 Board = ct_skip [ScanChain] TAPs = 2 TAP0 = XC9572XL TAP1 = ARM_BS2_,ARM1136J-Sr0_BS2,ARM7TDMI,ARM1136J-SR0_BS2,ARM926EJ-S_BS2,ARM926E-S_BS2 [Program] SequenceLength = 0
|