forked from M-Labs/artiq
artiq_flash: add kasli
This commit is contained in:
parent
8a960c1b31
commit
1c15124c5e
|
@ -198,6 +198,15 @@ def main():
|
|||
"storage": (0, 0xb30000),
|
||||
"firmware": (0, 0xb40000),
|
||||
},
|
||||
"kasli": {
|
||||
"programmer_factory": partial(ProgrammerJtagSpi7, "kasli"),
|
||||
"proxy_bitfile": "bscan_spi_xc7a100t.bit",
|
||||
"variants": ["opticlock"],
|
||||
"gateware": (0, 0x000000),
|
||||
"bootloader": (0, 0x400000),
|
||||
"storage": (0, 0x440000),
|
||||
"firmware": (0, 0x450000),
|
||||
},
|
||||
"sayma": {
|
||||
"programmer_factory": ProgrammerSayma,
|
||||
"proxy_bitfile": "bscan_spi_xcku040-sayma.bit",
|
||||
|
|
Loading…
Reference in New Issue