Eugen_pcad_ru 0 Report post Posted January 21, 2014 Hello all!I'm novice here.I use in my device FPGA ХС3S1400АN (Xilinx Spartan-3AN family).I use to configure a Xilinx parallel cable III and tool xc3sprog.Command string for configuration is below"xc3sprog-c pp -Ibscan_spi/хс3s1400аn.bit FileToISF.bit"and works perfectly!File "bscan_spi/хс3s1400аn.bit" is a part of Papilio-Loader-master. And I donnt know how it works.Can I see the original project for the file xc3s1400an.bit from location "Papilio-Loader-master\xc3sprog\trunk\bscan_spi\xc3s1400an.bit"? Where?Thanks everyone in advance for any answer!Regards,Evgeniy Share this post Link to post Share on other sites
Jack Gassett 0 Report post Posted January 21, 2014 It should be this file:https://github.com/GadgetFactory/Papilio-Loader/blob/master/xc3sprog/trunk/bscan_spi/bscan_s3_spi_isf.vhd The different bit file options were probably generated using that vhd file and changing the device type. Jack. Share this post Link to post Share on other sites
Eugen_pcad_ru 0 Report post Posted January 22, 2014 Yes, it is. Compiled file "bscan_s3_spi_isf.vhd" (or "bscan_s3_spi_isf.v") works perfectly. Thank you, Jack! Share this post Link to post Share on other sites