Skip to content

Commit 6e876c6

Browse files
committedJun 14, 2015
pipistrello: fix FPGA speed grade
1 parent 33b536e commit 6e876c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mibuild/platforms/pipistrello.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class Platform(XilinxPlatform):
130130
default_clk_period = 20
131131

132132
def __init__(self):
133-
XilinxPlatform.__init__(self, "xc6slx45-csg324-2", _io, _connectors)
133+
XilinxPlatform.__init__(self, "xc6slx45-csg324-3", _io, _connectors)
134134
self.toolchain.bitgen_opt += " -g Compress -g ConfigRate:6"
135135

136136
def create_programmer(self):

0 commit comments

Comments
 (0)
Please sign in to comment.