public static void main(String[] args){
String partName = "xc5vlx30t";
String packageName = "ff665";
// Load up all the RapidSmith data structures
Device dev = FileTools.loadDevice(partName + packageName);
XilinxConfigurationSpecification spec = DeviceLookup.lookupPartV4V5V6(partName);
FPGA fpga = new FPGA(spec);
// Pick a tile...
Tile tile = dev.getTile("CLBLL_X14Y65");
// This class has some internal state
Virtex5TileTranslation tileTranslator = new Virtex5TileTranslation();
// In order to get the frame, the minor address is needed.