vivado烧录flash过程

生成flash烧录的 .mcs文件:
1.首先产生.bin文件
2.通过Tcl输入命令,找到bin文件所在位置,输入命令

cd e:
cd /myjob/BNC372/FPGA/k7_xc7k325t/bt1120_test/bt1120_test/bt1120_test.runs/impl_1/
write_cfgmem -format mcs -interface bpix16 -size 32 -loadbit "up 0x0 bt1120_top.bit" -file FPGA_TOP.mcs

3.打开Program a configuration file and set programming options
3.1 Memory Device:选择flash型号(s29gl256p-bpi-x8)
3.2 Configuration file:选择FPGA_TOP.mcs文件,路径和bin文件路径一致。

你可能感兴趣的:(XILinx)