Skip to content

Commit

Permalink
mixxeo: use -2 speed grade
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Sep 16, 2013
1 parent d57344b commit df7ca03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mibuild/platforms/mixxeo.py
Expand Up @@ -144,7 +144,7 @@

class Platform(XilinxISEPlatform):
def __init__(self):
XilinxISEPlatform.__init__(self, "xc6slx45-fgg484-3", _io,
XilinxISEPlatform.__init__(self, "xc6slx45-fgg484-2", _io,
lambda p: CRG_SE(p, "clk50", None))
self.add_platform_command("CONFIG VCCAUX=\"3.3\";\n")

Expand Down

0 comments on commit df7ca03

Please sign in to comment.