博主福利:100G+电子设计学习资源包!
http://mp.weixin.qq.com/mp/homepage?__biz=MzU3OTczMzk5Mg==&hid=7&sn=ad5d5d0f15df84f4a92ebf72f88d4ee8&scene=18#wechat_redirect
--------------------------------------------------------------------------------------------------------------------------
一、bit转换成mcs文件
1,打开开始菜单->选择所有应用程序->Xilinx Design Toos->ISE Design Suite 14.7->ISE Design Tools->64 bits Tolls->iMPACT。
2,选择Creat PROM File(PROM File For...)。
3,选择SPI Flash->Config Single FPGA(因为我的芯片只有一个FPGA芯片)。
->选择"->"符号->Storage device(bits)=32M->add Storage Device。
4,选择第二个绿色"->",->命令output File Name->Output file location->file format->OK。
5,新的弹出框选择OK。
6,选择本机中你需要转换的bit文件-PL-LED-TEST.bit。
7,弹出的新窗口选择NO,不需再添加新的device。
8,在Add Device窗口选择OK。
9,右键转换窗口空白处->Generate File...或者双击iMPACT Process窗口中的Generate File...
10,bit转换成mcs成功,并保存在之前output file location设置的目录下,本人保存在桌面,mcs文件就是我们需要的。
二、下载mcs文件到flash
1,双击Boundary Scan->right click Add Device or Initialize Jtag chain,选择Initialize Jtag chain。
2,选择device 2(PFPGA xcz020)。
3,right click device to select operations。
4,选择加载的mcs文件。
5,右键FLASH图标->选择Program。
6,下载成功。