artiq_flash: use correct proxy bitstream for Metlino

pull/1428/head
Sebastien Bourdeauducq 2020-02-03 18:07:26 +08:00
parent 5f8e20b1a1
commit ffb24e9fff
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ class ProgrammerMetlino(Programmer):
add_commands(self._script, "echo \"AMC FPGA XADC:\"", "xadc_report xcu.tap")
def load_proxy(self):
self.load(find_proxy_bitfile("bscan_spi_xcku040-sayma.bit"), pld=0)
self.load(find_proxy_bitfile("bscan_spi_xcku040.bit"), pld=0)
def start(self):
add_commands(self._script, "xcu_program xcu.tap")