mirror of https://github.com/m-labs/artiq.git
artiq_flash: fix Sayma load addresses
This commit is contained in:
parent
261b6fb42e
commit
e94d0803e1
|
@ -185,9 +185,9 @@ def main():
|
||||||
"proxy_bitfile": "bscan_spi_xcku040_sayma.bit",
|
"proxy_bitfile": "bscan_spi_xcku040_sayma.bit",
|
||||||
"adapters": [],
|
"adapters": [],
|
||||||
"gateware": (0, 0x000000),
|
"gateware": (0, 0x000000),
|
||||||
"bios": (1, 0x010000),
|
"bios": (1, 0x000000),
|
||||||
"runtime": (1, 0x020000),
|
"runtime": (1, 0x010000),
|
||||||
"storage": (1, 0x0a0000),
|
"storage": (1, 0x090000),
|
||||||
},
|
},
|
||||||
}[opts.target]
|
}[opts.target]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue