boards/plarforms/minispartan6: default to xc6slx25
This commit is contained in:
parent
b7e3713388
commit
6fcbf10eb9
|
@ -117,7 +117,7 @@ class Platform(XilinxPlatform):
|
|||
default_clk_name = "clk32"
|
||||
default_clk_period = 31.25
|
||||
|
||||
def __init__(self, device="xc6slx9"):
|
||||
def __init__(self, device="xc6slx25"):
|
||||
XilinxPlatform.__init__(self, device+"-3-ftg256", _io, _connectors)
|
||||
|
||||
def create_programmer(self):
|
||||
|
|
Loading…
Reference in New Issue