platforms/kc705: read the configuration flash faster (ISE only)

This commit is contained in:
Sebastien Bourdeauducq 2014-08-22 18:44:10 +08:00
parent cb5894b33c
commit 402c7db63c

View file

@ -133,6 +133,8 @@ def Platform(*args, toolchain="vivado", **kwargs):
raise ValueError
class RealPlatform(xilinx_platform):
bitgen_opt = "-g LCK_cycle:6 -g Binary:Yes -w -g ConfigRate:12 -g SPI_buswidth:4"
def __init__(self, crg_factory=lambda p: CRG_DS(p, "clk156", "cpu_reset")):
xilinx_platform.__init__(self, "xc7k325t-ffg900-2", _io, crg_factory)