2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

artiq_flash: use regular bscan_spi_xcku040 for Sayma

The modified version is no longer necessary on v2 boards, and breaks flash bank 1.
This commit is contained in:
Sebastien Bourdeauducq 2019-10-04 17:50:45 +08:00
parent 4c1fe1de0d
commit 6f533727cb

View File

@ -254,7 +254,7 @@ class ProgrammerSayma(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=1)
self.load(find_proxy_bitfile("bscan_spi_xcku040.bit"), pld=1)
def start(self):
add_commands(self._script, "xcu_program xcu.tap")