mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
platforms/kc705: read the configuration flash faster (ISE only)
This commit is contained in:
parent
cb5894b33c
commit
402c7db63c
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue