forked from M-Labs/artiq
sayma_amc: enable slave fpga loading (#813)
This commit is contained in:
parent
f9910ab242
commit
53ab255c00
|
@ -194,7 +194,7 @@ class Standalone(MiniSoC, AMPSoC):
|
||||||
slave_fpga_cfg.init_b,
|
slave_fpga_cfg.init_b,
|
||||||
slave_fpga_cfg.program_b,
|
slave_fpga_cfg.program_b,
|
||||||
])
|
])
|
||||||
# self.csr_devices.append("slave_fpga_cfg")
|
self.csr_devices.append("slave_fpga_cfg")
|
||||||
self.config["SLAVE_FPGA_GATEWARE"] = 0x200000
|
self.config["SLAVE_FPGA_GATEWARE"] = 0x200000
|
||||||
|
|
||||||
# AMC/RTM serwb
|
# AMC/RTM serwb
|
||||||
|
|
Loading…
Reference in New Issue