platforms/xilinx_kc705: Fix flash proxy name.

This commit is contained in:
Florent Kermarrec 2022-10-13 08:48:33 +02:00
parent 99888c52ce
commit 3b339ba9a3
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ set_property CONFIG_VOLTAGE 2.5 [current_design]
self.toolchain.additional_commands = ["write_cfgmem -force -format bin -interface spix4 -size 16 -loadbit \"up 0x0 {build_name}.bit\" -file {build_name}.bin"]
def create_programmer(self):
return OpenOCD("openocd_xc7_ft2232.cfg", "bscan_spi_xc7a325t.bit")
return OpenOCD("openocd_xc7_ft2232.cfg", "bscan_spi_xc7k325t.bit")
def do_finalize(self, fragment):
XilinxPlatform.do_finalize(self, fragment)