Skip to content

Commit 8a7afff

Browse files
committedAug 3, 2014
platforms/kc705: fix speed grade
1 parent 8adf602 commit 8a7afff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mibuild/platforms/kc705.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def Platform(*args, toolchain="vivado", **kwargs):
128128

129129
class RealPlatform(xilinx_platform):
130130
def __init__(self, crg_factory=lambda p: CRG_DS(p, "clk156", "cpu_reset")):
131-
xilinx_platform.__init__(self, "xc7k325t-ffg900-1", _io, crg_factory)
131+
xilinx_platform.__init__(self, "xc7k325t-ffg900-2", _io, crg_factory)
132132

133133
def create_programmer(self):
134134
return XC3SProg("jtaghs1", "bscan_spi_kc705.bit")

0 commit comments

Comments
 (0)
Please sign in to comment.