forked from M-Labs/artiq
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:
parent
4c1fe1de0d
commit
6f533727cb
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue