platforms/avalanche: add package/speed to platform.device
This commit is contained in:
parent
953b1f70df
commit
9df75d7d63
|
@ -86,4 +86,4 @@ class Platform(MicrosemiPlatform):
|
||||||
default_clk_period = 20.0
|
default_clk_period = 20.0
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
MicrosemiPlatform.__init__(self, "MPF300TS_ES", _io)
|
MicrosemiPlatform.__init__(self, "MPF300TS_ES-FCG484-1", _io)
|
||||||
|
|
Loading…
Reference in New Issue