platforms/avalanche: add package/speed to platform.device

This commit is contained in:
Florent Kermarrec 2018-11-23 08:24:29 +01:00
parent 953b1f70df
commit 9df75d7d63
1 changed files with 1 additions and 1 deletions

View File

@ -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)