artiq_flash: also report sayma AMC SYSMONE1 data

requires hardware patch (https://github.com/m-labs/sinara/issues/495)
pull/922/head
Robert Jördens 2018-01-30 15:17:11 +08:00
parent fb8c779b4f
commit 9fca7b8faa
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ class ProgrammerSayma(Programmer):
self.add_flash_bank("spi1", "xcu", index=1)
add_commands(self._script, "echo \"RTM FPGA XADC:\"", "xadc_report xc7.tap")
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)