artiq_flash: use correct proxy bitstream for Metlino

This commit is contained in:
Sebastien Bourdeauducq 2020-02-03 18:07:26 +08:00
parent 8ca1fea161
commit b32e27abdb
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,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")